Skip to content

Commit

Permalink
fix: fix ci fail because src/index does not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkpatchaa committed Aug 14, 2024
1 parent b0f14bf commit 9623d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"release": "release-it",
"format": "prettier --write src/**/* src/lib/index.tsx",
"generate": "node generator/generate-svg.mjs",
"prepare": "husky && bob build"
"prepare": "husky && touch src/index.tsx && bob build"
},
"keywords": [
"react-native",
Expand Down

0 comments on commit 9623d19

Please sign in to comment.