Skip to content

Commit 0977853

Browse files
committed
fix ci
1 parent 0b0b000 commit 0977853

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "tsc && gen-esm-wrapper . dist/esm-wrapper.mjs",
1717
"lint": "eslint && tsc --noEmit && tsc --project test/tsconfig.json --noEmit",
1818
"test": "node scripts/run-tests.js --pattern='test/**/*test.ts'",
19-
"test:ci": "npm run lint && npm run build && npm run test:coverage",
19+
"test:ci": "npm run build && npm run lint && npm run test:coverage",
2020
"test:coverage": "node scripts/run-tests.js --coverage --pattern='test/**/*test.ts'",
2121
"prepack": "npm run build",
2222
"benchmark": "node --allow-natives-syntax benchmark/index.js --scope all",
@@ -68,4 +68,4 @@
6868
"example": "examples",
6969
"test": "test"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)