Skip to content

Commit a1637c5

Browse files
committed
update npm scripts
1 parent e4b74d7 commit a1637c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@
135135
"test": "npm run lint && npm run test:type && npm run test:cover",
136136
"test:type": "tsc -p . --noEmit",
137137
"test:cover": "nyc mocha -r jiti/register test/*",
138-
"test:unit": "mocha -r jiti/register test/*",
139-
"watch": "tsc -p . --watch"
138+
"test:unit": "mocha -r jiti/register test/*"
140139
},
141140
"types": "dist/index.d.ts"
142141
}

0 commit comments

Comments
 (0)