Skip to content

Commit

Permalink
webpack fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Jul 2, 2024
1 parent eff65f8 commit 24b39a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
- name: Setup NodeJS
uses: ./.github/actions/setup-nodejs

# Foundry is required for build
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Verify Changed files
uses: tj-actions/[email protected]
id: verify-yarn-lock
Expand Down
1 change: 1 addition & 0 deletions packages/synapse-interface/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
const path = require('path')

const { codecovWebpackPlugin } = require('@codecov/webpack-plugin')

/** @type {import('next').NextConfig} */
Expand Down

0 comments on commit 24b39a8

Please sign in to comment.