Skip to content

Commit

Permalink
Fix CI command
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Sep 6, 2024
1 parent d1fc1bb commit c689029
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 @@ -22,7 +22,7 @@
"tag": "git tag v$npm_package_version && git push --tags origin master",
"pretag": "git fetch --tags",
"precommit": "yarn lint",
"release": "yarn build && yarn changesets publish"
"release": "yarn build && yarn changeset publish"
},
"author": "Civic Community",
"license": "MIT",
Expand Down

0 comments on commit c689029

Please sign in to comment.