We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccded4a commit 958f6dfCopy full SHA for 958f6df
package.json
@@ -25,7 +25,7 @@
25
"lint": "eslint \"**/*.{js,ts,tsx}\"",
26
"build": "bob build",
27
"prepare": "bob build",
28
- "release": "dotenv release-it --",
+ "release": "bob build && dotenv release-it --",
29
"example": "yarn --cwd example",
30
"pods": "cd example && pod-install --quiet",
31
"bootstrap": "yarn example && yarn && yarn pods"
0 commit comments