Skip to content

Commit

Permalink
Fix CI (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
spautz committed Nov 15, 2020
1 parent f8c17cf commit f24f373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"dev:readonly": "yon run format:verify && yon run types && yon run lint",
"all": "yon run clean && yon run prepare && yon run dev && yon run test:nowatch && yon run build-storybook",
"all:readonly": "yon run dev:readonly && yon run test:nowatch",
"ci": "yon run clean && yon run dev:readonly && yon run test:report && yon run build-storybook",
"ci": "yon run clean && yon run prepare && yon run dev:readonly && yon run test:report && yon run build-storybook",
"____ BATCH COMMANDS FOR PACKAGES ___________________________________": "",
"packages:prepare": "lerna run prepare",
"packages:clean": "lerna run clean",
Expand Down

0 comments on commit f24f373

Please sign in to comment.