We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dist
1 parent 67b4192 commit b77e1aeCopy full SHA for b77e1ae
package.json
@@ -53,6 +53,7 @@
53
"lint:type": "tsc --noEmit",
54
"lint:fix": "eslint . --fix",
55
"client:build": "nuxi generate client",
56
+ "prepack": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
57
"client:dev": "nuxi dev client --port 3300",
58
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
59
"dev": "nuxi dev playground",
0 commit comments