mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-14 04:29:04 +03:00
9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd "$(dirname "$0")/.."
|
||
|
|
||
|
./script/bootstrap
|
||
|
./node_modules/.bin/grunt ci --stack --no-color
|