Skip to content

Commit

Permalink
chore(build): add command - build once
Browse files Browse the repository at this point in the history
  • Loading branch information
kyechan99 committed Mar 11, 2024
1 parent 59c94b2 commit 7fb4f3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"scripts": {
"dev": "concurrently \"pnpm storybook\" \"pnpm build\"",
"build": "tsc && vite build --watch",
"buildOnce": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write .",
"preview": "vite preview",
Expand Down

0 comments on commit 7fb4f3e

Please sign in to comment.