Skip to content

Commit

Permalink
package: fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nella17 committed Jun 7, 2023
1 parent e87e75a commit 9b12f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "Improve search on NYCU Cos.",
"main": "index.js",
"scripts": {
"dev": "fswatch -o src | xargs -n1 -I{} pnpm run build:dev",
"dev": "fswatch -o src | xargs -n1 -I{} npm run build:dev",
"build:dev": "NODE_ENV=developmemnt vite build --mode developmemnt",
"build": "vite build",
"pack": "pnpm run build && zip -j -r -9 - dist > pack/pack.zip"
"pack": "npm run build && zip -j -r -9 - dist > pack/pack.zip"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9b12f02

Please sign in to comment.