Skip to content

Commit 336ad3e

Browse files
committed
chore(scripts): update ts watch
1 parent 72c70f2 commit 336ad3e

25 files changed

+9853
-9993
lines changed

package-lock.json

Lines changed: 4096 additions & 4262 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"travis:integration": "npm run build && npm run test && npm run reportCoverage",
4444
"travis:lint": "lerna bootstrap && npm run build && npm run lint && npm run tslint && npm run bundlesize",
4545
"tslint": "tslint -c tslint.json \"packages/**/*.ts\"",
46-
"watch": "tsc -w"
46+
"watch": "npm run build && tsc -w"
4747
},
4848
"lint-staged": {
4949
"{packages,bin}/**/!(__testfixtures__)/**.js": [

packages/add/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/add/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"typescript": "^2.9.2"
1818
},
1919
"scripts": {
20-
"build": "tsc"
20+
"build": "tsc",
21+
"watch": "npm run build && tsc -w"
2122
}
2223
}

0 commit comments

Comments
 (0)