Skip to content

Commit 68afdeb

Browse files
committed
chore: Fix build
1 parent d368804 commit 68afdeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prettier:check": "prettier --list-different \"./**/*.{json,yaml,js,ts}\"",
1111
"test-spec": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha -r ts-node/register \"test/**/*.spec.{ts,js}\" -R spec",
1212
"test-cov": "nyc npm run test-spec",
13-
"test": "npm run build && npm run eslint && npm run test-cov"
13+
"test": "npm run lint && npm run test-cov"
1414
},
1515
"nyc": {
1616
"exclude": [

0 commit comments

Comments
 (0)