File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,8 @@ language: node_js
22node_js :
33 - " 6.10"
44
5- before_script :
6- - npm install -g jest-cli
7-
85script :
9- - npm run test:ci
6+ - yarn test
107
118git :
129 depth : 10
Original file line number Diff line number Diff line change 66 "typings" : " lib/index.d.ts" ,
77 "jsnext:main" : " lib-esm/index.js" ,
88 "scripts" : {
9- "test" : " jest --watch" ,
10- "test:ci" : " NODE_ENV=production jest --silent" ,
9+ "test" : " NODE_ENV=production jest --silent" ,
1110 "start" : " cross-env NODE_ENV=development webpack-dev-server --host 0.0.0.0 --port 8000 --config ./examples/typescript/webpack.config.js --history-api-fallback --content-base examples/typescript" ,
1211 "clean" : " shx rm -rf _bundles lib lib-esm build" ,
1312 "compile" : " npm run clean && tsc && tsc -m es6 --outDir lib-esm" ,
You can’t perform that action at this time.
0 commit comments