Skip to content

Commit

Permalink
Update npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Re4XN committed Oct 25, 2024
1 parent e6fba97 commit 0a9bc2b
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 @@ -32,8 +32,8 @@
"scripts": {
"build": "npm run build:packs && vite build",
"build:dev": "npm run build:packs && vite",
"build:packs": "node ./packs-src/scripts/build-packs.mjs",
"extractPacks": "node ./packs-src/scripts/extract-packs.mjs",
"build:packs": "node ./packs-src/scripts/build-packs-fvtt.mjs",
"extractPacks": "node ./packs-src/scripts/extract-packs-fvtt.mjs",
"dev": "vite",
"eslint": "eslint ."
}
Expand Down

0 comments on commit 0a9bc2b

Please sign in to comment.