5 lines
37 B
Bash
5 lines
37 B
Bash
#!/bin/bash -e
|
|
|
|
npm install
|
|
npm test
|
#!/bin/bash -e
|
|
|
|
npm install
|
|
npm test
|