Skip to content

Commit

Permalink
Merge pull request #5 from Intevel/main
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Feb 24, 2023
2 parents 96c6da8 + 6db7568 commit ab120ac
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

1 comment on commit ab120ac

@vercel
Copy link

@vercel vercel bot commented on ab120ac Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-medusa – ./

nuxt-medusa-baroshem.vercel.app
nuxt-medusa.vercel.app
nuxt-medusa-git-main-baroshem.vercel.app

Please sign in to comment.