Skip to content

Commit

Permalink
fix: NO GULP
Browse files Browse the repository at this point in the history
  • Loading branch information
account0123 authored Oct 20, 2023
1 parent 7e5e328 commit c48cda9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Installing dependencies on Node.js ${{ matrix.node-version }}
uses: bahmutov/npm-install@v1
with:
packages: "discord.js mysql2"

- name: Build
run: |
npm run build
gulp

0 comments on commit c48cda9

Please sign in to comment.