Files
dolt/clients/splore/link.sh
T
Chris Masone 62a937fe93 Scripts should explicitly say they require bash if needed
Apparently pushd and popd aren't in whatever very-limited shell travis uses
in its build environment. So, scripts using them (and others for safety) should
she-bang /bin/bash instead of /bin/sh
2015-12-04 10:43:53 -08:00

8 lines
82 B
Bash
Executable File

#!/bin/bash
pushd ../../js
npm install
npm run build
./link.sh
popd
npm link noms