Skip to content

Commit

Permalink
Build: Fix running tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Mar 14, 2023
1 parent 062005f commit dff3ab9
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 @@ -52,7 +52,7 @@
"scripts": {
"prettier-check": "prettier --check \"**/*.{json,js,yml,yaml,md}\"",
"prettier-format": "prettier --write \"**/*.{json,js,yml,yaml,md}\"",
"test": "rimraf *.log test/*/*-copy test/*-fixtures/generated && eslint . && npm run prettier-check && mocha"
"test": "rimraf -g \"*.log\" \"test/*/*-copy\" \"test/*-fixtures/generated\" && eslint . && npm run prettier-check && mocha"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit dff3ab9

Please sign in to comment.