Skip to content

Commit 9f3e8ef

Browse files
authored
fix: build before publish
1 parent 42afa5f commit 9f3e8ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"build-storybook-docs": "build-storybook -s public --docs",
1919
"test": "react-scripts test",
2020
"chromatic": "chromatic",
21-
"release": "auto shipit"
21+
"release": "auto shipit",
22+
"prepublish": "yarn build"
2223
},
2324
"peerDependencies": {
2425
"react": ">=16.8.0",

0 commit comments

Comments
 (0)