Skip to content

Commit ffc2cd6

Browse files
committed
chore: add build bundler
1 parent a932d7d commit ffc2cd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ant-design-vue/nuxt",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-alpha.0",
44
"description": "ant-design-vue-nuxt module",
55
"repository": "vueComponent/ant-design-vue-nuxt",
66
"license": "MIT",
@@ -23,6 +23,7 @@
2323
"dev:build": "nuxi build playground",
2424
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
2525
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
26+
"build":"npm run lint && npm run test && npm run prepack",
2627
"changelog": "changelogen --release --prerelease --output CHANGELOG.md",
2728
"lint": "eslint .",
2829
"test": "vitest run",

0 commit comments

Comments
 (0)