|
@@ -8,11 +8,10 @@
|
|
|
"dev": "nodemon --inspect server",
|
|
|
"build:client": "webpack --config build/webpack.prod.config.js",
|
|
|
"build:linux": "npm run build:client && node build/linux && pkg -t latest-linux-x64 -o dist/linux/liberama .",
|
|
|
- "build:win": "npm run build:client && webpack --config build/webpack.win.config.js && pkg -t latest-win-x64 -o dist/win/liberama .",
|
|
|
+ "build:win": "npm run build:client && node build/win && pkg -t latest-win-x64 -o dist/win/liberama .",
|
|
|
"lint": "eslint --ext=.js,.vue client server",
|
|
|
"build:client-dev": "webpack --config build/webpack.dev.config.js",
|
|
|
- "postinstall": "npm run build:client-dev && npm run build:linux",
|
|
|
- "test": "node build/win"
|
|
|
+ "postinstall": "npm run build:client-dev && node build/linux"
|
|
|
},
|
|
|
"bin": "server/index.js",
|
|
|
"pkg": {
|