Skip to content

Commit 5899bbb

Browse files
committed
Reverting build script back to what it should be.
1 parent f7c1aa8 commit 5899bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
8-
"build": "lamington build",
8+
"build": "npm run clean && tsc && npm run copy:scripts",
99
"check:types": "tsc --noEmit",
1010
"copy:scripts": "cp -r ./src/scripts/ ./lib/scripts/",
1111
"clean": "rm -rf ./lib",

0 commit comments

Comments
 (0)