Skip to content

Commit

Permalink
Update npm-gulp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alistairot authored Nov 25, 2023
1 parent 963dd7d commit 632fd0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:

- name: Build
run: |
npm install --save-dev
npm install
npm install -g [email protected]
npm install -g [email protected]
cd gulp
node update-module-list.js --code src
gulp build

0 comments on commit 632fd0f

Please sign in to comment.