Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"borp": "borp --timeout 60000 --coverage --check-coverage --lines 95 --functions 95 --branches 95 --statements 95",
"docs": "docsify serve",
"browser-test": "airtap --local 8080 test/browser*test.js",
"lint": "eslint .",
"lint": "eslint --cache .",
"prepublishOnly": "node test/internals/version.test.js",
"test": "npm run lint && npm run transpile && npm run borp && jest test/jest && npm run test-types",
"test-ci": "npm run lint && npm run transpile && npm run borp && npm run test-types",
Expand Down
Loading