Skip to content

Commit b0975a0

Browse files
committed
add miussing devbundle script
1 parent 1696824 commit b0975a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"build": "npm run scss && vite build && npm run remove-config && npm run create-build-date",
1212
"build-ci": "npm run build && zip -r reactBuild build",
1313
"bundle": "vite build -c vite.library.config.ts && npm run remove-config",
14+
"devbundle": "vite build --mode development -c vite.library.config.ts && npm run remove-config",
1415
"remove-config": "rimraf build/config.json && rimraf build/altConfig.json",
1516
"clean": "rimraf dist",
1617
"scss": "npm run scss-schemes && npm run scss-themes",

0 commit comments

Comments
 (0)