Skip to content

Commit 41d229a

Browse files
authored
chore: separate build and bundle (#197)
1 parent 92d7f9e commit 41d229a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"dev:app": "vite build -wd --minify=false --sourcemap=inline",
77
"dev:scripts": "rollup -cw",
88
"build": "rollup -c && vite build",
9-
"build:zip": "cd build && zip -r svelte-devtools.zip *",
10-
"build:tar": "cd build && tar -czf svelte-devtools.tar.gz *",
9+
"bundle:zip": "cd build && zip -r svelte-devtools.zip *",
10+
"bundle:tar": "cd build && tar -czf svelte-devtools.tar.gz *",
1111
"format": "prettier -w .",
1212
"check": "pnpm run --parallel \"/check:*/\"",
1313
"check:style": "prettier -c .",

0 commit comments

Comments
 (0)