Skip to content

Commit

Permalink
build: nuxt-module-build ask for build command
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Dec 18, 2023
1 parent dc7fe0c commit 43ee87b
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 @@ -22,9 +22,9 @@
],
"scripts": {
"prepare": "nuxi prepare playground",
"prepack": "nuxt-module-build",
"prepack": "nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
"dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground",
"dev:build": "nuxi build playground",
"dev:start": "nuxi start playground",
"build": "nuxt-module-build build",
Expand Down

2 comments on commit 43ee87b

@vercel
Copy link

@vercel vercel bot commented on 43ee87b Dec 18, 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-urql-playground – ./playground

nuxt-urql-playground-bicou.vercel.app
nuxt-urql-playground.vercel.app
nuxt-urql-playground-git-main-bicou.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 43ee87b Dec 18, 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-urql-docs – ./docs

nuxt-urql-docs-git-main-bicou.vercel.app
nuxt-urql-docs-bicou.vercel.app
nuxt-urql-docs.vercel.app

Please sign in to comment.