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.
1 parent 8ee55bb commit a85e15cCopy full SHA for a85e15c
.github/workflows/test.yml
@@ -52,8 +52,5 @@ jobs:
52
- name: Install dependencies
53
run: npm install
54
55
- - name: Run linter
56
- run: npm run lint:ci
57
-
58
- name: Run tests
59
run: npm test
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"types": "index.d.ts",
7
"scripts": {
8
- "test": "c8 node --test --allow-natives-syntax",
+ "test": "npm run lint:ci && c8 node --test --allow-natives-syntax",
9
"test:types": "tsd -f types/types.test-d.ts",
10
"lint": "biome lint .",
11
"lint:ci": "biome ci .",
0 commit comments