mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(package): use DEV=true only with nuxi dev
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
"build": "nuxt-module-build build",
|
||||
"prepack": "pnpm build",
|
||||
"dev": "DEV=true nuxi dev playground",
|
||||
"dev:build": "DEV=true nuxi build playground",
|
||||
"dev:prepare": "DEV=true nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare docs",
|
||||
"dev:build": "nuxi build playground",
|
||||
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare docs",
|
||||
"docs": "DEV=true nuxi dev docs",
|
||||
"docs:build": "nuxi generate docs",
|
||||
"docs:prepare": "nuxt-component-meta docs",
|
||||
|
||||
Reference in New Issue
Block a user