ant-design/scripts/test-all.sh
Wei Zhu f6c0e69af5 cleanup npm scripts (#4499)
* Cleanup npm scripts

* Lint fix

* Don't need ignore js files

* Upgrade jest

* Add components index.tsx test
2017-01-08 17:04:09 +08:00

10 lines
238 B
Bash
Executable File

#!/bin/sh
npm run lint && \
npm run dist && \
node ./tests/dekko/dist.test.js && \
npm run compile && \
node ./tests/dekko/lib.test.js && \
npm test -- --coverage -w $MAX_WORKERS && \
npm test -- --config .jest.node.json -w $MAX_WORKERS