Skip to content

Commit

Permalink
fix: Updated major release action (#22)
Browse files Browse the repository at this point in the history
* fix: Updated major release action

* fix: Updated with npx
  • Loading branch information
josh-bagwell authored Oct 16, 2024
1 parent 75c6f9c commit f82f73e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@
"ts-graphql-plugin": "^2.1.4",
"ts-jest": "^27.0.5",
"typescript": "^4.4.3"
},
"resolutions": {
"puppeteer-core": "^13.7.0"
}
}
2 changes: 1 addition & 1 deletion release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ runs:
shell: bash
run: |
yarn build-storybook --quiet
npx sb@6.5.9 extract docs docs/stories.json
npx sb extract docs docs/stories.json
## Build for packaging.
- name: Build
Expand Down

0 comments on commit f82f73e

Please sign in to comment.