Skip to content

Commit

Permalink
🧹 chore(workflows): clean up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
thrownullexception committed Apr 3, 2024
1 parent 191cdb5 commit 87b4781
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
uses: supercharge/[email protected]
- name: Run Verification
run: npm run verify
- name: Publish code coverage to CodeClimate
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: 85118bc6c82c6fd71e336c244a09aa065969958afa6d07ec3f22e0abec6e88ac
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typecheck": "tsc",
"lint": "eslint --ext ts,tsx .",
"lint:fix": "eslint --fix",
"verify": "node ./scripts/ci && npm run typecheck && npm run lint && npm run test:cov",
"verify": "node ./scripts/ci && npm run typecheck && npm run lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"prepare": "husky install"
Expand Down

0 comments on commit 87b4781

Please sign in to comment.