File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 17
17
before_script : greenkeeper-lockfile-update
18
18
after_script : greenkeeper-lockfile-upload
19
19
script :
20
+ - yarn lint:nofix
20
21
- yarn coveralls
21
22
branches :
22
23
except :
Original file line number Diff line number Diff line change 23
23
"author" : " pandah <hrusikesh.panda@dowjones.com>" ,
24
24
"license" : " MIT" ,
25
25
"scripts" : {
26
- "build" : " yarn lint:nofix && rimraf dist/**/* && cross-env NODE_ENV=production webpack --config webpack.config.js --bail --mode=production" ,
26
+ "build" : " rimraf dist/**/* && cross-env NODE_ENV=production webpack --config webpack.config.js --bail --mode=production" ,
27
27
"build:docs" : " yarn build && cross-env NODE_ENV=production webpack --config docs/webpack.config.js --bail --mode=production" ,
28
28
"commit" : " git-cz" ,
29
29
"commitmsg" : " commitlint -e $GIT_PARAMS" ,
You can’t perform that action at this time.
0 commit comments