mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Remove run node codes in composer.json
This commit is contained in:
parent
d5a771ef2d
commit
02b2e51145
2 changed files with 5 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -62,6 +62,10 @@ lint-fix:
|
|||
stylelint:
|
||||
npm run stylelint
|
||||
|
||||
.PHONY: docs
|
||||
docs:
|
||||
./docs/node_modules/.bin/vuepress dev docs/
|
||||
|
||||
# Cleaning
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue