Skip to content

Commit

Permalink
fix preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Jun 3, 2024
1 parent ede1c73 commit 4cd0cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@wcpos/managed-expo",
"version": "1.5.2",
"version": "1.5.3",
"main": "index.js",
"author": "kilbot <paul@kilbot.com>",
"homepage": ".",
Expand All @@ -25,7 +25,7 @@
"eas-build-on-error": "echo 'Error'",
"eas-build-on-complete": "echo 'Complete'",
"postinstall": "patch-package",
"preinstall": "npx ts-node ./scripts/install-rxdb-license.ts"
"preinstall": "chmod +x ./scripts/install-rxdb-license.ts && npx ts-node ./scripts/install-rxdb-license.ts"
},
"dependencies": {
"@react-native-community/netinfo": "11.3.2",
Expand Down

0 comments on commit 4cd0cd1

Please sign in to comment.