|
|
@@ -21,9 +21,8 @@
|
|
|
"tsc": "tsc -p tsconfig.build.json",
|
|
|
"tsc:w": "yarn tsc -w",
|
|
|
"test": "cross-env NODE_ENV=test npm run test-coverage",
|
|
|
- "test-api": "node --conditions development test/**.test.js",
|
|
|
+ "test-api": "tape --conditions development test/**.test.js",
|
|
|
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",
|
|
|
- "pretest-coverage": "type-coverage",
|
|
|
"lint": "eslint \"**/*.{cjs, js,jsx,ts,tsx}\"",
|
|
|
"lint:fix": "eslint \"**/*.{cjs, js,jsx,ts,tsx}\" --fix"
|
|
|
},
|