Skip to content

Commit 352228a

Browse files
author
timiagama
committed
Removed postinstall script to stop workflow errors
1 parent 5a554e7 commit 352228a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,5 @@ jobs:
4848
run: npm run build
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v2
51+
uses: github/codeql-action/analyze@v3
52+

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"prepublishOnly": "npm run build && npm test",
3636
"lint": "eslint src --ext .ts",
3737
"format": "prettier --write \"src/**/*.ts\"",
38-
"postinstall": "snyk monitor --all-projects",
3938
"snyk": "snyk test --all-projects",
4039
"snyk:monitor": "snyk monitor --all-projects",
4140
"snyk:wizard": "snyk wizard",

0 commit comments

Comments
 (0)