7 lines
76 B
Bash
7 lines
76 B
Bash
#!/bin/bash -e
|
|
|
|
npm install -g grunt-cli
|
|
npm install
|
|
|
|
grunt execSpecsInNode
|