Skip to content

Commit 74af642

Browse files
chore: reorder prepare script commands for improved build process
1 parent 826e5a5 commit 74af642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3636
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
3737
"docs": "typedoc",
38-
"prepare": "yarn nitrogen && yarn typedoc && bob build",
38+
"prepare": "yarn nitrogen && bob build && yarn typedoc",
3939
"nitrogen": "nitro-codegen",
4040
"semantic-release:ci": "semantic-release --ci"
4141
},

0 commit comments

Comments
 (0)