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 a932d7d commit ffc2cd6Copy full SHA for ffc2cd6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ant-design-vue/nuxt",
3
- "version": "1.0.0-beta.0",
+ "version": "1.0.0-alpha.0",
4
"description": "ant-design-vue-nuxt module",
5
"repository": "vueComponent/ant-design-vue-nuxt",
6
"license": "MIT",
@@ -23,6 +23,7 @@
23
"dev:build": "nuxi build playground",
24
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
25
"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",
27
"changelog": "changelogen --release --prerelease --output CHANGELOG.md",
28
"lint": "eslint .",
29
"test": "vitest run",
0 commit comments