12 lines
125 B
Bash
12 lines
125 B
Bash
# start PostgreSQL
|
|
/etc/init.d/postgresql start
|
|
|
|
# Configure
|
|
./configure
|
|
|
|
# install dependencies
|
|
npm i
|
|
|
|
# run tests
|
|
npm test
|