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 1e7b042 commit 568b0f9Copy full SHA for 568b0f9
.github/workflows/publish.yml
@@ -66,7 +66,7 @@ jobs:
66
67
# https://docs.npmjs.com/trusted-publishers
68
- name: Publish to npm
69
- run: npm publish --dry-run
+ run: npm publish --tag latest --dry-run
70
71
- name: Push commit and tag
72
run: git push origin main --follow-tags
package.json
@@ -47,9 +47,7 @@
47
"eslint:fix": "node --run eslint -- --fix",
48
"prettier:check": "prettier --check .",
49
"prettier:format": "prettier --write .",
50
- "typecheck": "tsc --build",
51
- "prepublishOnly": "npm install && node --run build",
52
- "postpublish": "git push --follow-tags origin HEAD"
+ "typecheck": "tsc --build"
53
},
54
"devDependencies": {
55
"@biomejs/biome": "2.3.8",
0 commit comments