File tree Expand file tree Collapse file tree 2 files changed +298
-591
lines changed
Expand file tree Collapse file tree 2 files changed +298
-591
lines changed Original file line number Diff line number Diff line change 3131 "build" : " composer run build:dev && composer run build:prod" ,
3232 "build:dev" : " COMPOSER_VENDOR_DIR=vendor composer install" ,
3333 "build:prod" : " COMPOSER_VENDOR_DIR=tawkto/vendor composer install --no-dev" ,
34- "lint" : " phpcs -p -s -v --runtime-set ignore_warnings_on_exit true ." ,
34+ "lint" : " phpcs -p -s -v --ignore=tests/* --ignore=tmp/* --runtime-set ignore_warnings_on_exit true ." ,
3535 "lint:fix" : " phpcbf -p -s -v .; err=$?; if [ $err -eq 1 ]; then exit 0; else exit $err; fi;" ,
3636 "package" : " composer run clean && mkdir -p ./tmp/tawkto-live-chat && cp -r ./tawkto/* ./tmp/tawkto-live-chat && (cd ./tmp && zip -9 -rq ./tawkto-live-chat.zip ./tawkto-live-chat)" ,
3737 "clean" : " rm -rf ./tmp"
3838 },
3939 "config" : {
40- "process-timeout" : 0
40+ "process-timeout" : 0 ,
41+ "allow-plugins" : {
42+ "dealerdirect/phpcodesniffer-composer-installer" : true
43+ }
4144 }
4245}
You can’t perform that action at this time.
0 commit comments