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 67c56f5 commit 2f68938Copy full SHA for 2f68938
sqlite-wasm/package.json
@@ -50,7 +50,7 @@
50
"test": "npm run start & HTTP_SERVER_PID=$! && sleep 3 && node test/test.cjs && kill $HTTP_SERVER_PID",
51
"fix": "npx prettier . --write",
52
"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"
+ "deploy": "npm run bundle && npm publish --tag latest --access public --provenance"
54
},
55
"repository": {
56
"type": "git",
0 commit comments