Skip to content

Commit

Permalink
STR-2841: add prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamChiu committed Aug 26, 2024
1 parent 34e2b06 commit 2d81543
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 @@ -7,7 +7,8 @@
"build": "vite build",
"test": "vitest run",
"test-in-browser": "vitest run --browser=$BROWSER_TO_TEST",
"dev": "vitest dev"
"dev": "vitest dev",
"prepare": "vite build"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit 2d81543

Please sign in to comment.