Skip to content

Commit e8caeaa

Browse files
fix: use prepack for component build
1 parent 554969b commit e8caeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"test:release": "mocha -u tdd test/test.js --timeout 120000",
3636
"test:weval": "cross-env WEVAL_TEST=1 mocha -u tdd test/test.js --timeout 120000",
3737
"test:debug": "cross-env DEBUG_TEST=1 mocha -u tdd test/test.js --timeout 120000",
38-
"prepublishOnly": "npm run build"
38+
"prepack": "npm run build"
3939
},
4040
"files": [
4141
"lib/interfaces",

0 commit comments

Comments
 (0)