From cec2086319e87bdceeb583f7fa911a6c6d85358f Mon Sep 17 00:00:00 2001 From: "@mas764" <mas764@cornell.edu> Date: Mon, 22 Jun 2020 23:53:06 -0400 Subject: [PATCH] feat: add startup script combining bootstrap, build, and dev --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c3df183ee..9a8e9bbb1 100644 --- a/package.json +++ b/package.json @@ -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",