Skip to content

Commit 7373213

Browse files
author
Marcus Pousette
committed
fix: move postinstall script location
1 parent 4f919a9 commit 7373213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"start:node": "npm run build && node demo/node.mjs",
7575
"start:node:native": "npm run build && node demo/node-native.mjs",
7676
"fix": "npx prettier . --write",
77+
"postinstall": "node scripts/postinstall.cjs || true",
7778
"prepublishOnly": "npm run build && node scripts/verify-wasm.cjs && npm run fix && npm run publint && npm run check-types",
7879
"deploy": "npm run prepublishOnly && git add . && git commit -am 'New release' && git push && npm publish --access public"
7980
},
80-
"postinstall": "node scripts/postinstall.cjs || true",
8181
"optionalDependencies": {},
8282
"repository": {
8383
"type": "git",

0 commit comments

Comments
 (0)