mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
bc76b70552
This restores the require cache that was used pre-node integration
13 lines
172 B
Bash
Executable File
13 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
rm -rf ~/.atom
|
|
git clean -dff
|
|
|
|
./script/bootstrap
|
|
./node_modules/.bin/apm clean
|
|
./node_modules/.bin/grunt ci --stack --no-color
|