Skip to content

Commit e9b2190

Browse files
Hari KiranHari Kiran
authored andcommitted
Fix validation failure bug without ignoring any checks#35
1 parent 8399389 commit e9b2190

File tree

3 files changed

+22
-802
lines changed

3 files changed

+22
-802
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ jobs:
2929
PUBLIC_URL="/dev/${{ github.head_ref }}/" yarn build
3030
3131
- name: Run Security Audit
32-
run: |
33-
set -e
34-
yarn audit --level moderate
32+
run: yarn audit --level moderate
33+

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"bjd": "^0.3.2",
2727
"buffer": "^6.0.3",
2828
"dayjs": "^1.11.10",
29-
"jda": "^0.4.0",
3029
"jquery": "^3.7.1",
3130
"json-stringify-safe": "^5.0.1",
3231
"jwt-decode": "^3.1.2",

0 commit comments

Comments
 (0)