There was an error while loading. Please reload this page.
1 parent 0b0b000 commit 0977853Copy full SHA for 0977853
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"build": "tsc && gen-esm-wrapper . dist/esm-wrapper.mjs",
17
"lint": "eslint && tsc --noEmit && tsc --project test/tsconfig.json --noEmit",
18
"test": "node scripts/run-tests.js --pattern='test/**/*test.ts'",
19
- "test:ci": "npm run lint && npm run build && npm run test:coverage",
+ "test:ci": "npm run build && npm run lint && npm run test:coverage",
20
"test:coverage": "node scripts/run-tests.js --coverage --pattern='test/**/*test.ts'",
21
"prepack": "npm run build",
22
"benchmark": "node --allow-natives-syntax benchmark/index.js --scope all",
@@ -68,4 +68,4 @@
68
"example": "examples",
69
"test": "test"
70
}
71
-}
+}
0 commit comments