mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
7 lines
53 B
Bash
7 lines
53 B
Bash
#! /bin/bash
|
|
|
|
pushd ./sprites
|
|
npm install
|
|
grunt
|
|
popd
|