Remove cd to dir

This commit is contained in:
Pavel Lobashov 2020-10-27 11:32:55 +03:00
parent fc84fdcbca
commit b7ddb1b776
No known key found for this signature in database
GPG key ID: 47F57222688BE1AA

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