Skip to content

Commit

Permalink
chore: add minimal dev & build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Mar 9, 2019
1 parent f2d5bf6 commit d1ea2da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"bootstrap": "yarn && lerna bootstrap && yarn tsc",
"boot": "node scripts/bootstrap.js",
"remote-version": "node scripts/remote-version.js",
"dev": "yarn tsc && yarn workspace docs dev",
"build": "yarn tsc && yarn workspace docs build",
"dev": "yarn tsc && yarn dev:docs",
"dev:docs": "yarn workspace docs dev",
"build": "yarn tsc && yarn build:docs",
"build:docs": "yarn workspace docs build",
"view-info": "yarn tsc && yarn workspace docs view-info",
"show-help": "yarn workspace docs show-help",
"dev:blog": "yarn tsc && yarn workspace blog dev",
Expand Down

0 comments on commit d1ea2da

Please sign in to comment.