Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed May 3, 2024
1 parent e7e3c21 commit ccd6af5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 @@ -29,7 +29,7 @@ jobs:
run: yarn test

- name: Release
run: |
run:
yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion packages/msw-addon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"scripts": {
"build": "tsup",
"dev": "yarn build --watch",
"prepublishOnly": "yarn build",
"release": "auto shipit"
},
"dependencies": {
Expand Down

0 comments on commit ccd6af5

Please sign in to comment.