You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webapp/_webapp/package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,13 @@
6
6
"scripts": {
7
7
"dev": "nodemon --watch src --ext ts,js,tsx,jsx,json --exec 'npm run build'",
8
8
"dev:chat": "vite dev --config vite.config.dev.ts",
9
-
"build": "tsc -b && npm run _build:default && npm run _build:background && npm run _build:intermediate && npm run _build:settings",
9
+
"build": "tsc -b && npm run _build:default && npm run _build:background && npm run _build:intermediate && npm run _build:settings && npm run _build:popup",
10
10
"_build": "vite build",
11
11
"_build:default": "VITE_CONFIG=default npm run _build",
12
12
"_build:background": "VITE_CONFIG=background npm run _build",
13
13
"_build:intermediate": "VITE_CONFIG=intermediate npm run _build",
14
14
"_build:settings": "VITE_CONFIG=settings npm run _build",
15
+
"_build:popup": "VITE_CONFIG=popup npm run _build",
0 commit comments