mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Remove cd to dir
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user