Fix grunt install in GitHub workflow

This commit is contained in:
Lucas Bartholemy 2021-01-03 22:12:21 +01:00
parent 4c4d5ca169
commit 44237e1eaf

View File

@ -94,9 +94,6 @@ jobs:
- name: Install npm dependencies
run: npm install
- name: Install Grunt
run: npm install -g grunt-cli
- name: Build production assets
run: grunt build-assets