Skip to content

Commit 958f6df

Browse files
fix: ci build code
1 parent ccded4a commit 958f6df

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
@@ -25,7 +25,7 @@
2525
"lint": "eslint \"**/*.{js,ts,tsx}\"",
2626
"build": "bob build",
2727
"prepare": "bob build",
28-
"release": "dotenv release-it --",
28+
"release": "bob build && dotenv release-it --",
2929
"example": "yarn --cwd example",
3030
"pods": "cd example && pod-install --quiet",
3131
"bootstrap": "yarn example && yarn && yarn pods"

0 commit comments

Comments
 (0)