Skip to content

Commit

Permalink
Update npm-grunt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguelzamora13 authored Oct 17, 2023
1 parent 2d6ffe1 commit 3eb2795
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-grunt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Build
run: npm grunt install
run:
npm install
grunt
- name: Setup Python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 3eb2795

Please sign in to comment.