File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11** /node_modules /**
22lib /**
33scripts /**
4+ coverage /**
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ general:
1010 ignore :
1111 - gh-pages
1212test :
13+ override :
14+ - npm test
15+ - npm run eslint -- --max-warnings 0
1316 post :
1417 - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
1518 - cp -R lib $CIRCLE_ARTIFACTS/
Original file line number Diff line number Diff line change 44 "description" : " A DraftJS plugin for supporting Markdown syntax shortcuts" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
7+ "eslint" : " node_modules/.bin/eslint ." ,
78 "build" : " npm run clean && npm run build:js" ,
89 "build:demo" : " NODE_ENV=production webpack --config demo/webpack.config.prod.js && rm -rf demo/public/css && cp -R demo/publicTemplate/* demo/public/" ,
910 "build:js" : " BABEL_DISABLE_CACHE=1 BABEL_ENV=production NODE_ENV=production node_modules/.bin/babel --out-dir='lib' --ignore='**/__test__/*' src" ,
You can’t perform that action at this time.
0 commit comments