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