Skip to content

Commit

Permalink
build: add pnpm run build:watch (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
doprz authored Oct 6, 2024
1 parent 895cd31 commit 952e14a
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 @@ -9,6 +9,7 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:watch": "NODE_ENV='development' vite build --mode development -w",
"prettier": "prettier src --check",
"prettier:fix": "prettier src --write",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives",
Expand Down

0 comments on commit 952e14a

Please sign in to comment.