Skip to content

Commit

Permalink
feat: add startup script combining bootstrap, build, and dev
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-stoyanov committed Jun 23, 2020
1 parent c868dad commit cec2086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"docs": "lerna run docs && ts-node -O '{\"module\": \"commonjs\"}' ./scripts/docs.ts",
"packages": "yarn fix && yarn lint && yarn build && yarn test",
"fix": "lerna run --parallel fix && echo",
"startup": "yarn bootstrap && yarn build && yarn dev",
"lint": "lerna run --parallel lint",
"build": "lerna run build",
"test": "lerna run test --stream",
Expand Down

0 comments on commit cec2086

Please sign in to comment.