Skip to content
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.

Commit

Permalink
ignore nonexistent build when cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyyjy committed Feb 16, 2024
1 parent 5d6cbb8 commit 3a01340
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 @@ -8,7 +8,7 @@
"pretest": "npm run lint && npm run clean && npm run build",
"test": "mocha --require @babel/register && npm run journey:ci",
"build": "rollup -c --bundleConfigAsCjs rollup.config.js",
"clean": "rm -r ./build",
"clean": "rm -rf ./build",
"journey": "cypress run",
"journey:debug": "cypress open",
"journey:ci": "start-server-and-test example:run 8000 journey",
Expand Down

0 comments on commit 3a01340

Please sign in to comment.