Skip to content

Commit

Permalink
fix: run changeset and install with scope and registry url (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiderDan98 authored Aug 22, 2024
1 parent f7cc960 commit 8dd2f81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ runs:
with:
node-version: 20.x
cache: yarn
registry-url: 'https://npm.pkg.github.com'
scope: '@fond-of'

- name: Install dependencies
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"prettier": "prettier --write \"**/*.{js,ts,tsx,md}\"",
"changeset": "packages/cli/bin.js",
"check-all": "yarn test && yarn lint && yarn types:check",
"version-packages": "changeset version && yarn prettier",
"release": "yarn build && changeset publish"
"version-packages": "yarn changeset version && yarn prettier",
"release": "yarn build && yarn changeset publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8dd2f81

Please sign in to comment.