You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
251 B

#!/bin/sh
npm run lint && \
npm run dist && \
node ./tests/dekko/dist.test.js && \
LIB_DIR=dist npm test && \
npm run compile && \
node ./tests/dekko/lib.test.js && \
LIB_DIR=es npm test && \
LIB_DIR=lib npm test && \
npm test && \
npm run test-node