Skip to content

Commit

Permalink
Moved webpack versions to another package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Aug 15, 2023
1 parent d8db433 commit d1b4a55
Show file tree
Hide file tree
Showing 7 changed files with 16,130 additions and 16,205 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
- name: Dependencies
run: npm ci

- name: 'Dependencies: webpack'
working-directory: ./spec/webpacks
run: npm ci

- name: Build
run: npm run build

Expand Down
Loading

0 comments on commit d1b4a55

Please sign in to comment.