9 lines
139 B
Bash
9 lines
139 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
npm run lint &&
|
||
|
npm run coverage &&
|
||
|
npm run test-doclint &&
|
||
|
npm run test-types &&
|
||
|
npm run bundle &&
|
||
|
npm run unit-bundle
|