Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Feb 27, 2021
1 parent e05b0ee commit 8c211d9
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:cli": "yarn waitfortypes && yarn workspace @blitzjs/cli dev",
"dev:templates": "yarn waitfortypes && yarn workspace @blitzjs/generator dev",
"dev": "concurrently --names \"BUILD,TYPES,CLI,TEMPLATES\" -c \"blue,magenta,yellow,green\" \"npm:dev:preconstruct\" \"npm:dev:tsc\" \"npm:dev:cli\" \"npm:dev:templates\"",
"build": "preconstruct build && lerna run test --scope @blitzjs/* build && tsc",
"build": "preconstruct build && lerna run build --scope @blitzjs/* && tsc",
"lint": "eslint --ignore-path .gitignore --ext \".js,.ts,.tsx\" .",
"link-cli": "yarn workspace blitz link",
"unlink-cli": "yarn workspace blitz unlink",
Expand Down

0 comments on commit 8c211d9

Please sign in to comment.