Skip to content

Commit

Permalink
build(docs-infra): ensure dist/ directory is cleaned before running…
Browse files Browse the repository at this point in the history
… `tsc --watch` (#24372)

PR Close #24372
  • Loading branch information
gkalpak authored and mhevery committed Jun 11, 2018
1 parent ea143e7 commit 5e8bf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/aio-builds-setup/dockerbuild/scripts-js/package.json
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"prebuild": "yarn clean-dist",
"build": "tsc",
"build-watch": "yarn tsc --watch",
"build-watch": "yarn build --watch",
"clean-dist": "node --eval \"require('shelljs').rm('-rf', 'dist')\"",
"dev": "concurrently --kill-others --raw --success first \"yarn build-watch\" \"yarn test-watch\"",
"lint": "tslint --project tsconfig.json",
Expand Down

0 comments on commit 5e8bf2f

Please sign in to comment.