Skip to content

Commit

Permalink
ci: attempt to fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed Mar 24, 2024
1 parent ebabb5b commit 472d66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 20.x
cache: 'pnpm'
scope: '@davstack'
registry-url: https://npm.pkg.github.com/
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: pnpm i
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "turbo build --filter=docs^... && changeset publish",
"release": "turbo run build --filter=@davstack/store --include-dependencies && changeset publish --filter @davstack/store",
"test": "vitest",
"test:watch": "vitest --watch",
"test:ui": "vitest --ui",
Expand Down

0 comments on commit 472d66d

Please sign in to comment.