Remove cd to dir
This commit is contained in:
parent
fc84fdcbca
commit
b7ddb1b776
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
@ -11,6 +11,5 @@ jobs:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- name: Build using grunt
|
- name: Build using grunt
|
||||||
run: |
|
run: |
|
||||||
cd build
|
npm install --prefix build
|
||||||
npm install
|
grunt --level=ADVANCED --base build --gruntfile build/Gruntfile.js
|
||||||
grunt --level=ADVANCED
|
|
||||||
|
|
Loading…
Reference in a new issue