refactor:package build
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
"scripts": {
|
||||
"tsbuild": "tsc",
|
||||
"rollup": "rollup -c rollup.config.js",
|
||||
"nexe": "nexe -i ./ndist/bundle.js --ico Dex.ico --build -t x86-22.13.0 --output ./ndist/DeEarthX.exe",
|
||||
"upx": ".\\dist_modules\\upx.exe .\\ndist\\DeEarthX.exe",
|
||||
"build": "npm run tsbuild&&npm run rollup&&npm run nexe&&npm run upx",
|
||||
"nexe": "nexe -i ./dist/bundle.js --ico Dex.ico --build -t x86-22.13.0 --output ./dist/DeEarthX.exe",
|
||||
"upx": ".\\dist_modules\\upx.exe .\\dist\\DeEarthX.exe",
|
||||
"build": "npm run rollup&&npm run nexe&&npm run upx",
|
||||
"test": "tsc&&node dist/main.js"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user