Skip to content

Commit

Permalink
try different build command
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed May 10, 2024
1 parent 94ba6da commit 9f0deca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/webpack_bundling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,9 @@ jobs:

- run: npm install

# build the repo:
- run: |
cd captcha
npm -w @prosopo/procaptcha-bundle run build
# build all packages in workspace
- run: npm run build scripts
- run: npm run build:all:cjs

# bundle procaptcha-bundle using webpack
- name: Webpack Bundle procaptcha-bundle
Expand Down

0 comments on commit 9f0deca

Please sign in to comment.