8 lines
76 B
Bash
8 lines
76 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
npm install --dev
|
||
|
npm run test
|
||
|
npm run test:coverage
|