Skip to content

Commit a2ca395

Browse files
committed
ci: fix incorrect script
1 parent 1ae7508 commit a2ca395

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
@@ -8,7 +8,7 @@
88
"build:styleguide": "styleguidist build",
99
"build:lib": "gulp",
1010
"ci": "yarn s lint",
11-
"prepare": "install-self-peers -- --ignore-scripts && build:lib",
11+
"prepare": "install-self-peers -- --ignore-scripts && yarn build:lib",
1212
"s": "yarn soda"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)