Skip to content

Commit

Permalink
chore(lockfile): apply yarn-audit-fix, tweak up pkg scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 14, 2023
1 parent 63271c2 commit 20e0b8a
Show file tree
Hide file tree
Showing 3 changed files with 420 additions and 427 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
# GIT_AUTHOR_NAME: ${{ secrets.GIT_AUTHOR_NAME }}
# GIT_AUTHOR_EMAIL: ${{ secrets.GIT_AUTHOR_EMAIL }}
# GIT_COMMITTER_NAME: ${{ secrets.GIT_COMMITTER_NAME }}
# GIT_COMMITTER_EMAIL: ${{ secrets.GIT_COMMITTER_EMAIL }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
],
"scripts": {
"watch": "jest --watchAll",
"jest": "jest --coverage",
"lint": "eslint ./",
"lint:fix": "eslint --fix ./",
"test": "yarn lint && yarn jest",
"test": "yarn lint && yarn test:unit",
"test:unit": "jest --coverage",
"audit:fix": "npm_config_yes=true npx yarn-audit-fix",
"publish": "semantic-release"
},
Expand Down
Loading

0 comments on commit 20e0b8a

Please sign in to comment.