Skip to content

Commit

Permalink
Fixes branch name in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland authored May 10, 2021
1 parent bcec661 commit 3d504be
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 @@ -14,7 +14,7 @@
"lint:test": "npm run lint && npm run test",
"lint": "npm run typecheck && npm run eslint ",
"prepublishOnly": "npm run lint:test:build",
"release": "np --no-yarn && git push https://github.com/terrestris/react-util.git master",
"release": "np --no-yarn && git push https://github.com/terrestris/react-util.git main",
"test-ci": "jest --ci --coverage",
"test-watch": "jest --watch",
"test": "jest --coverage",
Expand Down

0 comments on commit 3d504be

Please sign in to comment.