Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
release script name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan committed Jul 23, 2020
1 parent 6b64df1 commit c01c3a6
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 @@ -60,7 +60,7 @@
"scripts": {
"lint": "prettier --write \"./**/*.{js,jsx,json}\"",
"release:major": "release major && npm publish",
"release:minior": "release minior && npm publish",
"release:minor": "release minor && npm publish",
"release:patch": "release patch && npm publish",
"test": "jest",
"test-dev-mode": "cd __tests__/fixtures/basic && next dev"
Expand Down

0 comments on commit c01c3a6

Please sign in to comment.