mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
7 lines
53 B
Bash
Executable File
7 lines
53 B
Bash
Executable File
#! /bin/bash
|
|
|
|
pushd ./sprites
|
|
npm install
|
|
grunt
|
|
popd
|