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 a92e2d3 commit e0e8448Copy full SHA for e0e8448
.github/workflows/push.yml
@@ -26,6 +26,7 @@ jobs:
26
id: changesets
27
uses: changesets/action@v1
28
with:
29
+ version: npm run version
30
publish: npm run release
31
title: Publish <version>
32
env:
package.json
@@ -39,9 +39,9 @@
39
"generate:tests": "tsx scripts/generateNewClientTests",
40
"lint": "biome lint --write",
41
"prepublishOnly": "tsx scripts/testChangedPackageNames",
42
- "prerelease": "npm run build && changeset version && npm i --lockfile-only",
43
- "release": "changeset publish",
44
- "test": "vitest"
+ "release": "npm run build && changeset publish",
+ "test": "vitest",
+ "version": "changeset version && npm i --package-lock-only"
45
},
46
"dependencies": {
47
"jscodeshift": "17.1.1"
0 commit comments