Skip to content

Commit f533f35

Browse files
authored
build: add back prepare script (#59)
1 parent a00a8b2 commit f533f35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"test": "jest",
3030
"typescript": "tsc --noEmit",
3131
"lint": "eslint \"**/*.{js,ts,tsx}\"",
32+
"prepare": "npm run build",
3233
"example:start": "cd example && npm start",
3334
"example:android": "cd example && npm run android",
3435
"example:ios": "cd example && npm run ios",

0 commit comments

Comments
 (0)