Skip to content

Commit

Permalink
Reorder script commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jun 25, 2024
1 parent 0acd963 commit b10a8c3
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 @@ -29,10 +29,10 @@
"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",
"clean": "rm -rf ./dist ./demo/dist",
"build": "yarn clean && vite build",
"prepublishOnly": "yarn build",
"postinstall": "patch-package",
Expand Down

0 comments on commit b10a8c3

Please sign in to comment.