Skip to content

Commit 87b4781

Browse files
🧹 chore(workflows): clean up scripts
1 parent 191cdb5 commit 87b4781

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/verify.yml

-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,3 @@ jobs:
2020
uses: supercharge/[email protected]
2121
- name: Run Verification
2222
run: npm run verify
23-
- name: Publish code coverage to CodeClimate
24-
uses: paambaati/[email protected]
25-
env:
26-
CC_TEST_REPORTER_ID: 85118bc6c82c6fd71e336c244a09aa065969958afa6d07ec3f22e0abec6e88ac

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"typecheck": "tsc",
1919
"lint": "eslint --ext ts,tsx .",
2020
"lint:fix": "eslint --fix",
21-
"verify": "node ./scripts/ci && npm run typecheck && npm run lint && npm run test:cov",
21+
"verify": "node ./scripts/ci && npm run typecheck && npm run lint",
2222
"storybook": "start-storybook -p 6006",
2323
"build-storybook": "build-storybook",
2424
"prepare": "husky install"

0 commit comments

Comments
 (0)