Skip to content

Commit

Permalink
Merge pull request #81 from seekwhencer/develop
Browse files Browse the repository at this point in the history
make binary runtime
  • Loading branch information
seekwhencer authored Jul 20, 2019
2 parents 2b7d659 + 2e9c655 commit d35fd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prod": "export NODE_DEBUG=true && NODE_ENV=production && node --experimental-modules index.js",
"custom": "export NODE_DEBUG=true && NODE_ENV=custom && node --experimental-modules index.js",
"bundle": "node_modules/.bin/webpack --config config/webpack-app-pkg.config.js",
"build": "node node_modules/pkg/lib-es5/bin.js dist/app.js --output dist/station --targets node12-linux-x64",
"build": "node node_modules/pkg/lib-es5/bin.js dist/app.js --output station --targets node12-linux-x64",
"dist": "npm run bundle && npm run build",
"test": ""
},
Expand Down

0 comments on commit d35fd08

Please sign in to comment.