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 7c40e8e commit bceeaf1Copy full SHA for bceeaf1
package.json
@@ -89,9 +89,9 @@
89
"build:storybook": "build-storybook -o .docs",
90
"lint": "spire lint",
91
"prepublishOnly": "yarn build",
92
- "release": "spire release",
+ "release": "spire release --branches main",
93
"storybook": "start-storybook -p 9001 -c .storybook",
94
"test": "spire test",
95
"ts:check": "tsc --project types"
96
}
97
-}
+}
0 commit comments