Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-lolk authored Jul 9, 2024
1 parent f58fe94 commit 8b9a728
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Prepare
run: cd contribution-samples

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm

- name: NPM Install
run: npm install

- name: Build
run: |
cd contribution-samples
npm install
npm run build
run: npm run build

- name: Archive contribution sample URCap
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8b9a728

Please sign in to comment.