Skip to content

Commit 64e8a46

Browse files
committed
Switch to prePublishOnly
1 parent f96eb69 commit 64e8a46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlite.org/sqlite-wasm",
3-
"version": "3.45.3-build1",
3+
"version": "3.45.3-build2",
44
"description": "SQLite Wasm conveniently wrapped as an ES Module.",
55
"keywords": [
66
"sqlite",
@@ -39,7 +39,7 @@
3939
"build": "npm run clean && node bin/index.js",
4040
"start": "npx http-server --coop",
4141
"fix": "npx prettier . --write",
42-
"prepare": "npm run build && npm run fix && npm run publint",
42+
"prepublishOnly": "npm run build && npm run fix && npm run publint",
4343
"deploy": "npm run prepare && git add . && git commit -am 'New release' && git push && npm publish --access public"
4444
},
4545
"repository": {

0 commit comments

Comments
 (0)