Remove cd to dir

This commit is contained in:
Pavel Lobashov
2020-10-27 11:32:55 +03:00
parent fc84fdcbca
commit b7ddb1b776

View File

@ -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