diff options
Diffstat (limited to '')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index b311c6e..7840719 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "prepare": "npm run build", "start": "parcel demo/src/index.html -d demo/build", "lint": "tslint --project tsconfig.json", - "test": "jest" + "test": "npm run lint && jest", + "test:watch": "jest --watch" }, "files": [ "dist" |
