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
|
||||
- name: Build using grunt
|
||||
run: |
|
||||
cd build
|
||||
npm install
|
||||
grunt --level=ADVANCED
|
||||
npm install --prefix build
|
||||
grunt --level=ADVANCED --base build --gruntfile build/Gruntfile.js
|
||||
|
|
Loading…
Reference in a new issue