Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit a482b8c

Browse files
committed
Fix test watching
1 parent 9f1238f commit a482b8c

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
@@ -98,7 +98,6 @@
9898
"test:prettier": "prettier --write --loglevel warn \"src/**/*.js\" \"*.{js,md,yml,json}\"",
9999
"test:ava": "nyc --reporter=lcov ava --verbose",
100100
"test:nyc": "nyc report",
101-
"watch": "nyc --reporter=lcov ava --watch",
102101
"build": "run-s build:*",
103102
"build:webpack": "webpack",
104103
"deptree": "depcruise --exclude '^node_modules' --output-type dot src | dot -T svg > site/dist/dependencygraph.svg",

0 commit comments

Comments
 (0)