We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8e012 commit b2c7555Copy full SHA for b2c7555
package.json
@@ -32,7 +32,7 @@
32
"scripts": {
33
"build": "bic",
34
"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",
+ "prepare": "cd ./demo && yarn && cd ../",
36
"release": "node ./scripts/release.js",
37
"test": "jest",
38
"test:cov": "jest --coverage",
0 commit comments