Skip to content

Commit

Permalink
chore: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
tripodsan committed Jan 18, 2024
1 parent e218b3e commit 96ed5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"docs": "npm run docs:schema && 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": "npx --no-install -ws semantic-release",
"semantic-release-dry": "npx --no-install -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 96ed5ee

Please sign in to comment.