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.
1 parent 0412d75 commit afaa65fCopy full SHA for afaa65f
package.json
@@ -49,8 +49,8 @@
49
"build:docs": "vite build --mode docs",
50
"build:lib": "tsdown",
51
"build:module": "nuxt-module-build build --outDir lib/nuxt",
52
- "build:umd:prod": "tsdown --config tsdown.config.umd.ts",
53
- "release": "pnpm run build:lib && pnpm run build:module && pnpm run build:umd:prod",
+ "build:umd": "tsdown --config tsdown.config.umd.ts",
+ "release": "pnpm run build:lib && pnpm run build:module && pnpm run build:umd",
54
"preview": "vite preview",
55
"test": "cd ./test && pnpm test:e2e --ui",
56
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
@@ -84,4 +84,4 @@
84
"@nuxt/schema": "^4.0.3",
85
"nuxt": "^4.0.3"
86
}
87
-}
+}
0 commit comments