We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826e5a5 commit 74af642Copy full SHA for 74af642
package.json
@@ -35,7 +35,7 @@
35
"lint": "eslint \"**/*.{js,ts,tsx}\"",
36
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
37
"docs": "typedoc",
38
- "prepare": "yarn nitrogen && yarn typedoc && bob build",
+ "prepare": "yarn nitrogen && bob build && yarn typedoc",
39
"nitrogen": "nitro-codegen",
40
"semantic-release:ci": "semantic-release --ci"
41
},
0 commit comments