Skip to content

Commit

Permalink
ci: remove prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir Galon committed Jan 9, 2021
1 parent 44a79dd commit 3278206
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:

- name: check lint errors ⁉️
run: |
npm run prepublishOnly
npm run pretest
npm run precommit
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"collectCoverage": true
},
"scripts": {
"prepublishOnly": "npm audit --audit-level high",
"pretest": "eslint .",
"precommit": "lint-staged",
"test": "jest"
Expand Down

0 comments on commit 3278206

Please sign in to comment.