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 c7c5ac6 commit b5b52f0Copy full SHA for b5b52f0
package.json
@@ -16,9 +16,10 @@
16
"scripts": {
17
"prod": "yarn run build",
18
"chain": "bash scripts/init_chain_internal.sh",
19
- "build": "yarn run build-dist && yarn run tslint && tspath -f",
+ "build": "yarn run clean && yarn run build-dist && yarn run tslint && tspath -f",
20
"build-ts": "tsc -p tsconfig.json",
21
"build-dist": "tsc -p tsconfig.dist.json",
22
+ "clean": "rm -rf dist",
23
"test": "jest --runInBand",
24
"test:verbose": "jest --runInBand --silent=false",
25
"test:watch": "jest --watch --runInBand",
0 commit comments