Skip to content

Commit

Permalink
pkg: merge build output into release commit
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Nov 11, 2019
1 parent f3821bc commit 1b7c293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"test": "prettier-standard index.js && standard index.js",
"build": "ncc build index.js",
"release": "npm run build && git add dist && git commit -m 'build'; np"
"release": "npm run build && git add dist && np"
},
"np": {
"publish": false
Expand Down

0 comments on commit 1b7c293

Please sign in to comment.