We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb430e commit bc7e951Copy full SHA for bc7e951
package.json
@@ -56,7 +56,7 @@
56
"test:watch": "jest --watch",
57
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
58
"coverage:open": "yarn run test:coverage && open ./coverage/index.html",
59
- "coverage:push": "bash <(curl -Ls https://coverage.codacy.com/get.sh)",
+ "coverage:push": "curl -Ls https://coverage.codacy.com/get.sh | bash",
60
"validate": "yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage",
61
"fix": "yarn run format:fix && yarn run lint:fix",
62
"preversion": "yarn run validate",
0 commit comments