Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
beingPro007 committed Oct 11, 2024
2 parents 636d1d4 + 80b370d commit 084bd8d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: |
npm install
gulp
- name: Install Dependencies
run: npm install

- name: Build with Gulp
run: gulp just

0 comments on commit 084bd8d

Please sign in to comment.