Skip to content

Commit 7708f1d

Browse files
committed
build: auto-prepare before releasing
I'm sure I will forget the prepare step in the future, so instead I'm bundling it into the release so I cannot forget it.
1 parent ace8e53 commit 7708f1d

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
@@ -43,7 +43,7 @@
4343
"lint": "eslint \"**/*.{js,ts,tsx}\"",
4444
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
4545
"prepare": "bob build",
46-
"release": "release-it"
46+
"release": "yarn prepare && release-it"
4747
},
4848
"keywords": [
4949
"react-native",

0 commit comments

Comments
 (0)