Skip to content

Commit

Permalink
perf: compatible folder not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKk committed Feb 20, 2024
1 parent b240279 commit 796d409
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 @@ -19,7 +19,7 @@
},
"scripts": {
"commit": "git-cz",
"ci:pages": "shx rm -rf ./gh-pages && mkdir -p ./gh-pages && shx cp -rf ./coverage ./gh-pages/coverage && dumi build",
"ci:pages": "shx rm -rf ./gh-pages && mkdir -p ./gh-pages && shx cp -rf ./coverage ./gh-pages/coverage || true && dumi build",
"ci:coverage": "npm run compile && npm run test",
"ci:build": "npm run compile",
"postinstall": "node ./public/scripts/postinstall.mjs",
Expand Down

0 comments on commit 796d409

Please sign in to comment.