Skip to content

Commit

Permalink
fix: release command
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Feb 24, 2023
1 parent e055ec6 commit 6db7568
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added CHANGELOG.md
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"docs": "cd docs && yarn dev",
"medusa": "cd medusa && yarn start",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"release": "yarn run lint && yarn run test && yarn run prepack && changelogen --release --output=CHANGELOG.md && yarn publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch"
Expand Down

0 comments on commit 6db7568

Please sign in to comment.