mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
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
|