Skip to content

Commit 2f68938

Browse files
committed
fix(workflow): npm@11 publish command requires to explicitly specify latest tag
1 parent 67c56f5 commit 2f68938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"test": "npm run start & HTTP_SERVER_PID=$! && sleep 3 && node test/test.cjs && kill $HTTP_SERVER_PID",
5151
"fix": "npx prettier . --write",
5252
"bundle": "npm run build && npm i && npm run fix && npm run publint && npm run check-types && npm run test",
53-
"deploy": "npm run bundle && npm publish --access public --provenance"
53+
"deploy": "npm run bundle && npm publish --tag latest --access public --provenance"
5454
},
5555
"repository": {
5656
"type": "git",

0 commit comments

Comments
 (0)