Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Nov 4, 2024
1 parent 84d23e9 commit 3d62db4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release
run: npm run release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test-e2e-report": "playwright show-report test-e2e-report",
"storybook": "TS_NODE_PROJECT=tsconfigs/tsconfig.dev.json storybook dev -p 9009 --quiet",
"storybook-build": "storybook build -o build-storybook-static",
"semantic-release": "semantic-release --branches main",
"release": "semantic-release --branches main",
"demozap": "demozap generate --prefix=_ && npm run format-fix && npm run lint-fix",
"clean": "rm -rf node_modules test-unit-report test-e2e-report test-e2e-results dist compiled build-storybook-static"
},
Expand Down

0 comments on commit 3d62db4

Please sign in to comment.