Skip to content

Commit

Permalink
chore: use standard build command
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 7, 2024
1 parent 56f12fb commit 8988fb6
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 @@ -12,7 +12,7 @@
"dev": "vite",
"format": "prettier --write .",
"lint": "eslint src",
"build:vite": "vite build",
"build": "vite build",
"serve": "vite preview",
"local": "NODE_ENV=\"development\" node index.js",
"test": "TZ=UTC node --experimental-vm-modules node_modules/jest/bin/jest.js"
Expand Down

0 comments on commit 8988fb6

Please sign in to comment.