Skip to content

Commit

Permalink
[patch-project] Set CLI to executable on build for consistency with r…
Browse files Browse the repository at this point in the history
…unning yarn from root
  • Loading branch information
brentvatne committed Mar 15, 2024
1 parent b85a0a9 commit 2c3e7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/patch-project/package.json
Expand Up @@ -5,10 +5,10 @@
"main": "build/withPatchPlugin.js",
"types": "build/withPatchPlugin.d.ts",
"scripts": {
"build": "expo-module tsc",
"build": "expo-module tsc && chmod +x build/cli/index.js",
"clean": "expo-module clean",
"lint": "expo-module lint",
"prepare": "expo-module clean && expo-module tsc",
"prepare": "yarn run clean && yarn run build",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test",
"test:e2e": "expo-module clean && expo-module tsc && expo-module test --config e2e/jest.config.js",
Expand Down

0 comments on commit 2c3e7aa

Please sign in to comment.