Skip to content

Commit afaa65f

Browse files
committed
chore: change script for umd
1 parent 0412d75 commit afaa65f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"build:docs": "vite build --mode docs",
5050
"build:lib": "tsdown",
5151
"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",
52+
"build:umd": "tsdown --config tsdown.config.umd.ts",
53+
"release": "pnpm run build:lib && pnpm run build:module && pnpm run build:umd",
5454
"preview": "vite preview",
5555
"test": "cd ./test && pnpm test:e2e --ui",
5656
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
@@ -84,4 +84,4 @@
8484
"@nuxt/schema": "^4.0.3",
8585
"nuxt": "^4.0.3"
8686
}
87-
}
87+
}

0 commit comments

Comments
 (0)