Skip to content

Commit

Permalink
No need for postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Nov 23, 2024
1 parent de579a9 commit 3353729
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"lint": "biome lint ./app",
"lint:fix": "biome check --apply ./app",
"type-check": "time tsc --noEmit",
"eslint": "eslint",
"postinstall": "npx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css"
"eslint": "eslint"
},
"dependencies": {
"@expo/metro-runtime": "4.0.0",
Expand Down

0 comments on commit 3353729

Please sign in to comment.