7 lines
53 B
Bash
7 lines
53 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
pushd ./sprites
|
||
|
npm install
|
||
|
grunt
|
||
|
popd
|