Skip to content

Commit

Permalink
fix: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
boycce committed Feb 15, 2022
1 parent b01a75f commit bc32680
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 @@
"mong": "nodemon resources/mong.js",
"minor": "standard-version --release-as minor && npm publish",
"patch": "standard-version --release-as patch && npm publish",
"release": "standard-version",
"release": "standard-version && npm publish && git push --tags",
"test": "npm run lint && jest",
"test-one-example": "jest -t images"
},
Expand Down

0 comments on commit bc32680

Please sign in to comment.