File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1717 "docs:dev" : " npm run build && npm run docs:build" ,
1818 "docs:watch" : " watchy -w lib,jsdoc-template npm run docs:dev" ,
1919 "docs:publish" : " npm run docs:build && ./bin/publish-docs.sh" ,
20- "test:ci" : " npm run test:cover && npm run test:integration && if [ \" $TRAVIS_NODE_VERSION\" = \" 5.0 \" ] ; then npm run test:browser-remote; fi" ,
20+ "test:ci" : " npm run test:cover && npm run test:integration && if [[ \" $TRAVIS_NODE_VERSION\" =~ \" 5\" ] ] ; then npm run test:browser-remote; fi" ,
2121 "test:cover" : " BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner" ,
2222 "test:only" : " BABEL_ENV=test babel-node ./test/runner" ,
2323 "test:debug" : " BABEL_ENV=test babel-node debug ./test/runner" ,
You can’t perform that action at this time.
0 commit comments