Skip to content

Commit 03cbf27

Browse files
committed
chore: fix ci error
1 parent 3567f9f commit 03cbf27

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
"lint:js": "eslint .",
1919
"lint:docs": "markdownlint \"**/*.md\"",
2020
"eslint-fix": "eslint . --fix",
21-
"pretest": "npm run build",
2221
"test:base": "mocha --require ts-node/register/transpile-only \"tests/**/*.ts\" --reporter dot --timeout 60000",
2322
"test": "npm run test:nyc",
2423
"test:nyc": "nyc --reporter=lcov npm run test:base",

0 commit comments

Comments
 (0)