Skip to content

Commit b2c7555

Browse files
committed
chore: remove scripts from prepare
1 parent 3e8e012 commit b2c7555

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
@@ -32,7 +32,7 @@
3232
"scripts": {
3333
"build": "bic",
3434
"clean": "lerna exec --parallel --no-bail -- rimraf node_modules dist .rpt2_cache .bic_cache",
35-
"prepare": "cd ./demo && yarn && cd ../ && node ./scripts/prepare.js && bic && yarn test:ts",
35+
"prepare": "cd ./demo && yarn && cd ../",
3636
"release": "node ./scripts/release.js",
3737
"test": "jest",
3838
"test:cov": "jest --coverage",

0 commit comments

Comments
 (0)