Skip to content

Commit

Permalink
fix: build module on dev
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler committed Aug 12, 2023
1 parent 7214930 commit 18adb38
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 @@ -13,7 +13,8 @@
"author": "John Molakvoæ (skjnldsv) <[email protected]>",
"license": "AGPL-3.0",
"scripts": {
"dev": "webpack --node-env development --progress",
"dev": "webpack --node-env development --progress && npm run dev:module",
"dev:module": "vite build --mode development",
"watch": "webpack --node-env development --progress --watch",
"watch:module": "vite build --mode development --watch",
"build": "webpack --node-env production --progress && npm run build:module",
Expand Down

0 comments on commit 18adb38

Please sign in to comment.