6 lines
234 B
Bash
6 lines
234 B
Bash
#!/usr/bin/env bash
|
|
grunt build-platform-server --stop=false --vm=windows
|
|
grunt build-platform-server --stop=false --vm=linux_64
|
|
grunt build-platform-server --stop=false --vm=linux_32
|
|
grunt build-platform-server --stop=false --vm=osx
|