Skip to content

Commit 3278206

Browse files
author
Nir Galon
committed
ci: remove prepublish script
1 parent 44a79dd commit 3278206

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616

1717
- name: check lint errors ⁉️
1818
run: |
19-
npm run prepublishOnly
2019
npm run pretest
2120
npm run precommit
2221

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"collectCoverage": true
5656
},
5757
"scripts": {
58-
"prepublishOnly": "npm audit --audit-level high",
5958
"pretest": "eslint .",
6059
"precommit": "lint-staged",
6160
"test": "jest"

0 commit comments

Comments
 (0)