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