Skip to content

Commit

Permalink
Fixed yarn dev (#3008)
Browse files Browse the repository at this point in the history
Co-authored-by: Jed Watson <[email protected]>
Co-authored-by: Mike <[email protected]>
  • Loading branch information
3 people authored May 26, 2020
1 parent 526cd92 commit a520364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"homepage": "https://github.com/keystonejs/keystone",
"scripts": {
"dev": "yarn demo todo dev",
"demo": "manypkg run demo-projects",
"demo": "yarn --cwd ./demo-projects",
"website": "manypkg run website",
"arch-docs": "manypkg run arch/docs",
"coverage": "cross-env DISABLE_LOGGING=true NODE_ENV=test jest --maxWorkers=1 --coverage",
Expand Down

0 comments on commit a520364

Please sign in to comment.