build(docs-infra): do not exit preview server `dev` script when `build` fails (#25671)

PR Close #25671
This commit is contained in:
George Kalpakas 2018-08-27 16:30:39 +03:00 committed by Kara Erickson
parent 79aefa7659
commit c819859598
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"prebuild-watch": "yarn prebuild",
"build-watch": "yarn ~~build-watch",
"clean-dist": "node --eval \"require('shelljs').rm('-rf', 'dist')\"",
"predev": "yarn build",
"predev": "yarn build || true",
"dev": "concurrently --kill-others --raw --success first \"yarn ~~build-watch\" \"yarn ~~test-watch\"",
"lint": "tslint --project tsconfig.json",
"pretest": "yarn build",