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 5e97d49 commit 5555661Copy full SHA for 5555661
package.json
@@ -33,7 +33,7 @@
33
"README.md"
34
],
35
"scripts": {
36
- "build": "rm -rf dist tsc --project tsconfig.build.json",
+ "build": "rm -rf dist && tsc --project tsconfig.build.json",
37
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:*\"",
38
"lint:docs": "markdownlint \"**/*.md\"",
39
"lint:js": "eslint --cache .",
0 commit comments