Skip to content

Commit 311142f

Browse files
committed
添加ge打包代码
1 parent 361714b commit 311142f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"docs:dev": "vitepress dev docs",
1212
"docs:build": "vitepress build docs",
1313
"docs:preview": "vitepress preview docs",
14-
"dev-ge": "vite --config ./geojson-editor/vite.config.ts"
14+
"dev-ge": "vite --config ./geojson-editor/vite.config.ts",
15+
"build-ge":"vite build --config ./geojson-editor/vite.config.ts"
1516
},
1617
"keywords": [],
1718
"author": "",

0 commit comments

Comments
 (0)