10 lines
126 B
Bash
10 lines
126 B
Bash
# start PostgreSQL
|
|
/etc/init.d/postgresql start
|
|
|
|
# install dependencies
|
|
npm install -g yarn@0.27.5
|
|
yarn
|
|
|
|
# run tests
|
|
npm test
|