Skip to content

Commit f54515f

Browse files
committed
Adapt clean script to yarn berry
1 parent 44286cb commit f54515f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/Borewit/tokenizer-http/issues"
4444
},
4545
"scripts": {
46-
"clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map coverage",
46+
"clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'test/**/*.js' 'test/**/*.js.map' coverage",
4747
"compile-lib": "tsc -p lib/tsconfig.json",
4848
"compile-test": "tsc -p test/tsconfig.json",
4949
"compile": "npm run compile-lib && yarn run compile-test",

0 commit comments

Comments
 (0)