Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(ci): release script
  • Loading branch information
antfu committed Jun 16, 2022
1 parent a8e4b51 commit 0d3c1f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
"lint:fix": "nr lint --fix",
"publish:ci": "esno scripts/publish.ts",
"install-fonts": "gfi install Inter && gfi install Fira Code",
"release": "bumpp --execute=\"npm run build:types && npm run update\" --all --no-commit --dry",
"release": "bumpp --execute=\"npm run release:prepare\" --all",
"release:prepare": "npm run build:types && npm run update",
"size": "esno scripts/export-size.ts",
"test": "nr test:3",
"test:2": "vue-demi-switch 2 vue2 && vitest run --silent",
Expand Down

0 comments on commit 0d3c1f7

Please sign in to comment.