Skip to content

Commit

Permalink
Add clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jun 24, 2024
1 parent 527eb26 commit 1e77b65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"url": "https://www.stephenli.ca"
},
"scripts": {
"clean": "rm -rf ./dist ./demo/dist",
"demoDev": " vite --config vite.config.demo.ts",
"demoBuild": " vite build --config vite.config.demo.ts",
"demoPreview": "vite preview --config vite.config.demo.ts",
"build": "rm -rf ./dist && vite build",
"build": "yarn clean && vite build",
"prepublishOnly": "yarn build",
"postinstall": "patch-package",
"lint": "vue-tsc --noEmit && eslint",
Expand Down

0 comments on commit 1e77b65

Please sign in to comment.