Skip to content

Commit

Permalink
bug: webpack issue
Browse files Browse the repository at this point in the history
For #2
  • Loading branch information
srl295 committed Nov 1, 2024
1 parent 186981a commit 3e03b00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
npm ci
# workaround for strange build issue #2
( mkdir -pv keyman-vancouver/node_modules/@theia/application-manager/node_modules/.bin/ && ln -sfv ../../../../../../node_modules/.bin/webpack keyman-vancouver/node_modules/@theia/application-manager/node_modules/.bin/webpack)
ls -ld keyman-vancouver/node_modules/@theia/application-manager/node_modules/.bin/webpack
wc -c keyman-vancouver/node_modules/@theia/application-manager/node_modules/.bin/webpack
find . -type f -name webpack -ls
npm ls -a
npm run build:browser
#npm run build:electron
env:
Expand Down

0 comments on commit 3e03b00

Please sign in to comment.