Skip to content

Commit

Permalink
chore: fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Jul 19, 2023
1 parent 5549ccc commit 54477f7
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 @@ -29,7 +29,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"docs": "cd docs && pnpm dev",
"release": "nuxt-module-build && changelogen --release --push && yarn publish",
"release": "nuxt-module-build && changelogen --release --push && pnpm publish",
"lint": "eslint --ext .js,.ts,.vue"
},
"dependencies": {
Expand Down

1 comment on commit 54477f7

@vercel
Copy link

@vercel vercel bot commented on 54477f7 Jul 19, 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-directus – ./

nuxt-directus-git-main-intevel.vercel.app
nuxt-directus-intevel.vercel.app
nuxt-directus-docs.vercel.app

Please sign in to comment.