We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44286cb commit f54515fCopy full SHA for f54515f
package.json
@@ -43,7 +43,7 @@
43
"url": "https://github.com/Borewit/tokenizer-http/issues"
44
},
45
"scripts": {
46
- "clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map coverage",
+ "clean": "del-cli 'lib/**/*.js' 'lib/**/*.js.map' 'lib/**/*.d.ts' 'test/**/*.js' 'test/**/*.js.map' coverage",
47
"compile-lib": "tsc -p lib/tsconfig.json",
48
"compile-test": "tsc -p test/tsconfig.json",
49
"compile": "npm run compile-lib && yarn run compile-test",
0 commit comments