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
2
2
node_js :
3
3
- " 6.10"
4
4
5
- before_script :
6
- - npm install -g jest-cli
7
-
8
5
script :
9
- - npm run test:ci
6
+ - yarn test
10
7
11
8
git :
12
9
depth : 10
Original file line number Diff line number Diff line change 6
6
"typings" : " lib/index.d.ts" ,
7
7
"jsnext:main" : " lib-esm/index.js" ,
8
8
"scripts" : {
9
- "test" : " jest --watch" ,
10
- "test:ci" : " NODE_ENV=production jest --silent" ,
9
+ "test" : " NODE_ENV=production jest --silent" ,
11
10
"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" ,
12
11
"clean" : " shx rm -rf _bundles lib lib-esm build" ,
13
12
"compile" : " npm run clean && tsc && tsc -m es6 --outDir lib-esm" ,
You can’t perform that action at this time.
0 commit comments