Skip to content

Commit

Permalink
build: add back prepare script (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-wd authored Feb 1, 2024
1 parent a00a8b2 commit f533f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"test": "jest",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "npm run build",
"example:start": "cd example && npm start",
"example:android": "cd example && npm run android",
"example:ios": "cd example && npm run ios",
Expand Down

0 comments on commit f533f35

Please sign in to comment.