Skip to content

Commit

Permalink
fix: semantic-release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
solaris007 committed Jan 22, 2024
1 parent ef24765 commit 6078334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"docs": "npm run docs:api",
"test": "npm test -ws",
"lint": "npm run lint -ws",
"semantic-release": "npx --no-install -ws semantic-release -e semantic-release-monorepo",
"semantic-release-dry": "npx --no-install -ws semantic-release --dry-run --branches $CI_BRANCH",
"semantic-release": "npx --no -ws semantic-release",
"semantic-release-dry": "npx --no -ws semantic-release --dry-run --branches $CI_BRANCH",
"prepare": "husky install",
"clean": "rm -rf package-lock.json node_modules"
},
Expand Down

0 comments on commit 6078334

Please sign in to comment.