Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 6a14e89

Browse files
committed
refactor(scripts): remove test-watch script
remove test-watch script
1 parent 18185fb commit 6a14e89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
},
1919
"scripts": {
2020
"build": "npm run clean && tsc && npm run sass",
21-
"test-watch": "tsc --watch --target es2015",
2221
"build-and-test": "jest",
2322
"changelog": "./node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s",
2423
"clean": "rimraf ./dist",

0 commit comments

Comments
 (0)