Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit ff34dff

Browse files
committed
Fix: Added missing varaible.json file for workflow
1 parent ea8693a commit ff34dff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Install dependencies
1919
run: npm ci --ignore-scripts
2020

21+
- name: Create varaibles.json
22+
run: npm run local-env-file
23+
2124
- name: Run prettier
2225
run: npm run prettier
2326

0 commit comments

Comments
 (0)