Skip to content

Commit c0de762

Browse files
make postinstall independant of package manager.
1 parent bf22a9d commit c0de762

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
@@ -25,7 +25,7 @@
2525
],
2626
"scripts": {
2727
"build-docs": "typedoc",
28-
"postinstall": "yarn powersync-core:download",
28+
"postinstall": "npm run powersync-core:download",
2929
"powersync-core:download": "node scripts/download-powersync-core.js",
3030
"release": "yarn changeset publish",
3131
"start": "web-dev-server --node-resolve",

0 commit comments

Comments
 (0)