We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f88804 commit a90f479Copy full SHA for a90f479
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