Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

chore: progress on ci flow #8

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: progress on ci flow
Marshevskyy committed Apr 23, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 6d6cc21d72fe642a24f9f2b637c5925041a5053b
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@
"license": "ISC",
"scripts": {
"lint": "eslint . --ext .ts,.tsx --cache",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"test:unit": "jest",
"test:unit:ci": "npm run test:ci -- ./src",
"test:coverage": "jest --coverage",
@@ -20,6 +21,7 @@
"prettier:check": "npm run prettier-base -- --check",
"ts:check": "tsc --noEmit --skipLibCheck",
"prepare": "husky install"

},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.3",