mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-31 12:20:08 +08:00
7 lines
76 B
Bash
7 lines
76 B
Bash
#!/bin/bash -e
|
|
|
|
npm install -g grunt-cli
|
|
npm install
|
|
|
|
grunt execSpecsInNode
|