Skip to content

Commit 057a7b3

Browse files
committed
Fix tsc watch command
1 parent 2720f2b commit 057a7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.github_project_name}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test:firefox": "karma start --browsers=Firefox tests/karma.conf.js",
4545
"test:ie": "karma start --browsers=IE tests/karma.conf.js",
4646
"watch": "npm-run-all -p watch:*",
47-
"watch:lib": "tsc -w --project src",
47+
"watch:lib": "tsc -w",
4848
"watch:nbextension": "webpack --watch"
4949
},
5050
"dependencies": {

0 commit comments

Comments
 (0)