Skip to content

Commit a949027

Browse files
committed
remove built polyfills when cleaning
1 parent 869c41a commit a949027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build:types:watch": "tsc -p tsconfig.types.json --watch",
4040
"build:npm": "ts-node ../../scripts/prepack.ts && npm pack ./build",
4141
"circularDepCheck": "madge --circular src/index.ts",
42-
"clean": "rimraf build coverage",
42+
"clean": "rimraf build coverage jsPolyfills",
4343
"fix": "run-s fix:eslint fix:prettier",
4444
"fix:eslint": "eslint . --format stylish --fix",
4545
"fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"",

0 commit comments

Comments
 (0)