We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da81fbc commit 851cf39Copy full SHA for 851cf39
1 file changed
package.json
@@ -31,7 +31,6 @@
31
"format": "prettier -w src test",
32
"lint": "eslint --cache",
33
"test": "c8 -c test/config/c8-local.json node --test --test-reporter=cleaner-spec-reporter test/*.test.ts",
34
- "test:ci": "c8 -c test/config/c8-ci.json node --test --test-reporter=tap test/*.test.ts",
35
"ci": "npm run build && npm run test",
36
"prepublishOnly": "npm run ci",
37
"postpublish": "git push origin && git push origin -f --tags"
0 commit comments