Skip to content

Commit f3db776

Browse files
committed
chore: specify latest tag
1 parent 6f1ee3f commit f3db776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"website:build": "pnpm build && nuxt build website",
1818
"website:dev": "pnpm build && nuxt dev website",
1919
"lint": "eslint",
20-
"release": "pnpm cli version && npm publish",
20+
"release": "pnpm cli version && npm publish --tag latest",
2121
"sync": "pnpm cli sync",
2222
"test": "pnpm lint && pnpm sync"
2323
},

0 commit comments

Comments
 (0)