chore: add build-preview task for local build testing (#1539)

This commit is contained in:
Shawn Erquhart
2018-07-28 17:26:47 -04:00
committed by GitHub
parent 892c51ce86
commit 75a32f528b
3 changed files with 13 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"start": "npm run bootstrap && npm run watch",
"watch": "lerna run watch --parallel",
"build": "npm run clean && lerna run build",
"build-preview": "npm run build && lerna run build-preview",
"clean": "rimraf packages/*/dist",
"reset": "npm run clean && lerna clean --yes",
"test": "cross-env NODE_ENV=test jest --no-cache",