We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af1a63 commit 41d7691Copy full SHA for 41d7691
1 file changed
package.json
@@ -38,7 +38,7 @@
38
"typecheck": "tsc",
39
"lint": "eslint \"**/*.{js,ts,tsx}\"",
40
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
41
- "prepare": "yarn nitrogen && bob build",
+ "prepare": "bob build",
42
"nitrogen": "nitrogen",
43
"release": "release-it",
44
"dev:ios": "cd example && xed ios",
0 commit comments