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 6fba9bc commit 4bfc061Copy full SHA for 4bfc061
package.json
@@ -13,7 +13,7 @@
13
"scripts": {
14
"build": "node scripts/build.js",
15
"build:dts": "api-extractor run --local --verbose",
16
- "clean": "rm -rf dist && rm -rf dist && rm -rf coverage && rm -rf temp && rm -rf .nyc_output && rm -rf .tmp",
+ "clean": "rm -rf dist coverage temp .nyc_output .tmp",
17
"lint": "prettier --check --write --parser typescript \"{src,test}/**/*.ts\"",
18
"lint:fail": "prettier --check --parser typescript \"{src,test}/**/*.ts\"",
19
"test": "jest --testPathIgnorePatterns test/performance",
0 commit comments