Skip to content

Commit 54f9551

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

File tree

3 files changed

+240
-1017
lines changed

3 files changed

+240
-1017
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
PUBLIC_URL="/dev/${{ github.head_ref }}/" yarn build
3232
3333
- name: Run Security Audit (non-blocking)
34-
run: yarn audit --level moderate || echo "Ignoring audit failure for now"
34+
run: yarn audit --level moderate

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)