File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 6262 php : 5.6
6363 script : composer install && ./vendor/bin/phpcs
6464
65+ - stage : lint
66+ script :
67+ - npm install || exit 1
68+ - npm run lint || exit 1
69+
6570 - stage : unit
6671 script :
6772 - npm install || exit 1
Original file line number Diff line number Diff line change 126126 "lint" : " eslint ." ,
127127 "dev" : " cross-env BABEL_ENV=default webpack --watch" ,
128128 "test" : " npm run lint && npm run test-unit" ,
129- "ci" : " concurrently \" npm run lint && npm run build\" \" npm run test-unit:coverage-ci\" " ,
129+ "ci" : " concurrently \" npm run build\" \" npm run test-unit:coverage-ci\" " ,
130130 "fixtures:clean" : " rimraf \" blocks/test/fixtures/*.+(json|serialized.html)\" " ,
131131 "fixtures:server-attributes" : " ./bin/get-server-block-attributes.php > blocks/test/server-attributes.json" ,
132132 "fixtures:generate" : " npm run fixtures:server-attributes && cross-env GENERATE_MISSING_FIXTURES=y npm run test-unit" ,
You can’t perform that action at this time.
0 commit comments