Skip to content

Commit

Permalink
Change publish script name
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers committed May 27, 2024
1 parent 0466d55 commit a2e4799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# Without this change only `package.json` files are updated, without `package-lock.json` changes.
version: npm run version
# Runs changesets on publish - will create tags and deploy to NPM
publish: npm run publish
publish: npm run dopublish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.LOGVOL_NPM_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"format": "prettier -w src",
"test:eslint": "eslint . --ext .js,.ts",
"version": "changeset version && npm i",
"publish": "changeset publish"
"dopublish": "changeset publish"
},
"main": "dist/vanilla.js",
"module": "dist/vanilla.mjs",
Expand Down

0 comments on commit a2e4799

Please sign in to comment.