We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm run test
1 parent db4ee77 commit 46415c1Copy full SHA for 46415c1
.github/workflows/build.yml
@@ -22,6 +22,8 @@ jobs:
22
23
- uses: actions/checkout@v2
24
- run: npm install
25
+
26
+ - run: npm run lint
27
- run: npm run test
28
29
- uses: codecov/codecov-action@v1
package.json
@@ -16,7 +16,7 @@
16
"docs:build": "npx typedoc --options typedoc.js",
17
"lint": "ethereumjs-config-lint",
18
"lint:fix": "ethereumjs-config-lint-fix",
19
- "test": "npm run lint && npm run test:node && npm run test:browser",
+ "test": "npm run test:node && npm run test:browser",
20
"test:browser": "karma start karma.conf.js",
21
"test:node": "nyc --reporter=lcov mocha --require ts-node/register 'test/*.spec.ts'",
"tsc": "ethereumjs-config-tsc"
0 commit comments