We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00a8b2 commit f533f35Copy full SHA for f533f35
package.json
@@ -29,6 +29,7 @@
29
"test": "jest",
30
"typescript": "tsc --noEmit",
31
"lint": "eslint \"**/*.{js,ts,tsx}\"",
32
+ "prepare": "npm run build",
33
"example:start": "cd example && npm start",
34
"example:android": "cd example && npm run android",
35
"example:ios": "cd example && npm run ios",
0 commit comments