Skip to content

Commit

Permalink
edit build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpauk committed Dec 21, 2021
1 parent e53a5e8 commit 586b6ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"scripts": {
"dev": "nodemon --inspect --ignore server/public --ignore server/data --ignore client --exec 'node server'",
"build:client": "webpack --config build/webpack.prod.config.js",
"build:linux": "npm run build:client && node build/linux && pkg -t node14-linux-x64 -C GZip -o dist/linux/jemba .",
"build:win": "npm run build:client && node build/win && pkg -t node14-win-x64 -C GZip -o dist/win/jemba ."
"build:linux": "pkg -t node14-linux-x64 -C GZip -o dist/linux/jemba .",
"build:win": "pkg -t node14-win-x64 -C GZip -o dist/win/jemba ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 586b6ed

Please sign in to comment.