Skip to content

Commit

Permalink
changing pkg directory to dist/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
treml committed Mar 6, 2018
1 parent 6465161 commit 181e135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"github": {
"release": true,
"assets": "dist/*.*"
"assets": "dist/bin/*.*"
},
"npm": {
"publish": true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"build": "npm run eslint && rollup -c",
"eslint": "eslint \"./src/**/*.js\" \"./bin/**/*.js\"",
"buildbin": "./node_modules/.bin/pkg --targets linux-x64,linux-x86,win-x64,win-x86,macos-x64,macos-x86 --out-path dist ./package.json",
"buildbin": "./node_modules/.bin/pkg --targets linux-x64,linux-x86,win-x64,win-x86,macos-x64,macos-x86 --out-path dist/bin ./package.json",
"newpatch": "npm version patch"
},
"pkg": {
Expand Down

0 comments on commit 181e135

Please sign in to comment.