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 77c3df9 commit 67e2215Copy full SHA for 67e2215
packages/utils/package.json
@@ -26,7 +26,7 @@
26
"typescript": "^3.0.1"
27
},
28
"scripts": {
29
- "build": "run-s clean; tsc -p tsconfig.build.json",
+ "build": "run-s clean && tsc -p tsconfig.build.json",
30
"build:watch": "tsc -p tsconfig.build.json -w --preserveWatchOutput",
31
"clean": "rimraf dist coverage *.js *.js.map *.d.ts",
32
"lint": "run-s lint:prettier lint:tslint",
0 commit comments