Remove run node codes in composer.json

This commit is contained in:
Vitor Mattos 2021-02-16 21:13:56 -03:00
parent d5a771ef2d
commit 02b2e51145
2 changed files with 5 additions and 3 deletions

View file

@ -62,6 +62,10 @@ lint-fix:
stylelint:
npm run stylelint
.PHONY: docs
docs:
./docs/node_modules/.bin/vuepress dev docs/
# Cleaning
.PHONY: clean
clean:

View file

@ -16,9 +16,7 @@
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
"docs": "./docs/node_modules/.bin/vuepress dev docs/",
"deploy_docs": "./docs/node_modules/.bin/vuepress build docs/ && cp -r .git docs/.vuepress/dist/.git && cd docs/.vuepress/dist/ && git symbolic-ref HEAD refs/heads/gh-pages && git add --all"
"cs:fix": "php-cs-fixer fix"
},
"autoload": {
"psr-4": {