Skip to content

Commit

Permalink
Added Webpack NPM build operation
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxy committed Feb 29, 2024
1 parent 78937c7 commit b1bec1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -29,6 +29,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install NPM dependencies
run: npm ci
- name: Run Webpack
run: npm run build
- name: Run ESLint
run: npm run lint
- name: Run WDIO
Expand Down

0 comments on commit b1bec1e

Please sign in to comment.