7 lines
73 B
Bash
7 lines
73 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# install dependencies
|
||
|
npm install
|
||
|
|
||
|
# run tests
|
||
|
npm run test
|