Skip to content

Commit

Permalink
Adapt clean script to yarn berry
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jul 24, 2024
1 parent 44286cb commit f54515f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/Borewit/tokenizer-http/issues"
},
"scripts": {
"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",
"compile-lib": "tsc -p lib/tsconfig.json",
"compile-test": "tsc -p test/tsconfig.json",
"compile": "npm run compile-lib && yarn run compile-test",
Expand Down

0 comments on commit f54515f

Please sign in to comment.