Skip to content

Commit

Permalink
fix(tooling): release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 30, 2022
1 parent 19356b8 commit 4cfe2e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
],
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add .",
"commit": "git-cz",
"coverage": "vitest run --coverage",
"dev": "node .scripts/run-example.js",
"preinstall": "node .scripts/check-for-pnpm.js && node .scripts/check-node-version.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"release": "npx bumpp package.json examples/*/package.json --execute 'pnpm run changelog && git add .' --commit 'chore(release): %s' --tag --push",
"release": "npx bumpp package.json examples/*/package.json --execute 'pnpm run changelog' --commit 'chore(release): %s' --tag --push",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
Expand Down Expand Up @@ -99,4 +99,4 @@
"node": ">=v16.15.0",
"pnpm": ">=6.32.11"
}
}
}

0 comments on commit 4cfe2e8

Please sign in to comment.