Skip to content

Commit 99da171

Browse files
committed
prepare -> build
1 parent 8238e02 commit 99da171

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
@@ -24,7 +24,7 @@
2424
"scripts": {
2525
"typescript": "tsc --noEmit",
2626
"lint": "eslint \"**/*.{js,ts,tsx}\"",
27-
"prepare": "bob build",
27+
"build": "bob build",
2828
"release": "release-it",
2929
"pods": "cd example && pod-install --quiet"
3030
},

0 commit comments

Comments
 (0)