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 c7e607b commit 0824e89Copy full SHA for 0824e89
packages/utils/package.json
@@ -39,7 +39,7 @@
39
"build:types:watch": "tsc -p tsconfig.types.json --watch",
40
"build:npm": "ts-node ../../scripts/prepack.ts && npm pack ./build",
41
"circularDepCheck": "madge --circular src/index.ts",
42
- "clean": "rimraf build coverage",
+ "clean": "rimraf build coverage jsPolyfills",
43
"fix": "run-s fix:eslint fix:prettier",
44
"fix:eslint": "eslint . --format stylish --fix",
45
"fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"",
0 commit comments