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.
release
@142vip/fairy-cli
1 parent 89f3173 commit 4a7def8Copy full SHA for 4a7def8
package.json
@@ -23,11 +23,12 @@
23
"lint:fix": "npx fa lint --fix",
24
"build": "vuepress build docs --clean-temp --clean-cache",
25
"build:proxy": "PROXY_DOMAIN=true vuepress build docs --clean-temp --clean-cache",
26
- "deploy:vercel": "vercel --prod"
+ "deploy:vercel": "vercel --prod",
27
+ "release": "npx fa release --vip"
28
},
29
"devDependencies": {
- "@142vip/fairy-cli": "^0.0.3-alpha.10",
30
- "@142vip/release-version": "^0.0.1-alpha.4",
+ "@142vip/fairy-cli": "^0.0.3-alpha.11",
31
+ "@142vip/release-version": "^0.0.1-alpha.9",
32
"@142vip/utils": "0.0.1-alpha.2",
33
"@antfu/eslint-config": "^2.27.3",
34
"@commitlint/cli": "^18.6.1",
0 commit comments