add script

This commit is contained in:
tengge 2020-08-15 09:54:12 +08:00
parent 46c4f0ba5f
commit 12ab584af1

View File

@ -22,7 +22,9 @@
"test": "echo \"Error: no test specified\" && exit 1",
"clear": "npm prune",
"build-wind": "cd web/test/WebWorldWind && rollup -c rollup.config.js",
"dev-wind": "cd web/test/WebWorldWind && rollup -c rollup.config.js --watch"
"dev-wind": "cd web/test/WebWorldWind && rollup -c rollup.config.js --watch",
"build-gis": "cd web/test/ShadowGIS && rollup -c rollup.config.js",
"dev-gis": "cd web/test/ShadowGIS && rollup -c rollup.config.js --watch"
},
"dependencies": {
"@tweenjs/tween.js": "^18.5.0",
@ -74,4 +76,4 @@
"url": "https://github.com/tengge1/ShadowEditor/issues"
},
"homepage": "https://github.com/tengge1/ShadowEditor"
}
}