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 858b351 commit e968b3dCopy full SHA for e968b3d
.changes/api-latest-tag.md
@@ -0,0 +1,5 @@
1
+---
2
+"@tauri-apps/api": patch:changes
3
4
+
5
+Actually publish package with the latest tag.
packages/api/package.json
@@ -38,7 +38,7 @@
38
"scripts": {
39
"build": "rollup -c --configPlugin typescript",
40
"npm-pack": "pnpm build && cd ./dist && npm pack",
41
- "npm-publish": "pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --tag next --no-git-checks",
+ "npm-publish": "pnpm build && cd ./dist && pnpm publish --access public --loglevel silly --no-git-checks",
42
"ts:check": "tsc --noEmit",
43
"eslint:check": "eslint src/**.ts",
44
"eslint:fix": "eslint src/**.ts --fix"
0 commit comments