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 9f3e8ef commit 95ffd25Copy full SHA for 95ffd25
.github/workflows/build-storybook.yml
@@ -149,6 +149,7 @@ jobs:
149
registry-url: "https://registry.npmjs.org"
150
scope: "@devall"
151
- run: yarn --frozen-lockfile
152
+ - run: yarn build
153
- run: yarn release
154
env:
155
# auto
package.json
@@ -18,8 +18,7 @@
18
"build-storybook-docs": "build-storybook -s public --docs",
19
"test": "react-scripts test",
20
"chromatic": "chromatic",
21
- "release": "auto shipit",
22
- "prepublish": "yarn build"
+ "release": "auto shipit"
23
},
24
"peerDependencies": {
25
"react": ">=16.8.0",
0 commit comments