Skip to content

Commit

Permalink
refactor: now using npm in script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Aug 18, 2021
1 parent e738762 commit 435e558
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 @@ -23,7 +23,7 @@
},
"standard-version": {
"scripts": {
"postbump": "yarn build && git add dist && git commit -m 'chore: new build'"
"postbump": "npm run build && git add dist && git commit -m 'chore: new build'"
},
"types": [
{
Expand Down

0 comments on commit 435e558

Please sign in to comment.