Skip to content

Commit

Permalink
pkg build
Browse files Browse the repository at this point in the history
  • Loading branch information
seekwhencer committed Jul 16, 2019
1 parent 3a52d4b commit 599fcae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "10"
- "12"


install:
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "export NODE_ENV=default && node --experimental-modules index.js ",
"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",
"build": "node node_modules/pkg/lib-es5/bin.js index.js --output station --targets node10-linux-x64",
"build": "node node_modules/pkg/lib-es5/bin.js index.js --experimental-modules --output station --targets node10-linux-x64",
"test": ""
},
"author": "Matthias Kallenbach",
Expand Down

0 comments on commit 599fcae

Please sign in to comment.