We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f919a9 commit 7373213Copy full SHA for 7373213
package.json
@@ -74,10 +74,10 @@
74
"start:node": "npm run build && node demo/node.mjs",
75
"start:node:native": "npm run build && node demo/node-native.mjs",
76
"fix": "npx prettier . --write",
77
+ "postinstall": "node scripts/postinstall.cjs || true",
78
"prepublishOnly": "npm run build && node scripts/verify-wasm.cjs && npm run fix && npm run publint && npm run check-types",
79
"deploy": "npm run prepublishOnly && git add . && git commit -am 'New release' && git push && npm publish --access public"
80
},
- "postinstall": "node scripts/postinstall.cjs || true",
81
"optionalDependencies": {},
82
"repository": {
83
"type": "git",
0 commit comments