build: add node_modules
ignore
This commit is contained in:
parent
bdd99ac3bc
commit
2d7f812560
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
"lint:js:fix": "npm run lint:js:fix",
|
"lint:js:fix": "npm run lint:js:fix",
|
||||||
"format:js": "npm run format:js",
|
"format:js": "npm run format:js",
|
||||||
"format:js:fix": "npm run format:js:fix",
|
"format:js:fix": "npm run format:js:fix",
|
||||||
"docs": "./vendor/bin/phpdoc -d . -t ./docs --ignore vendor/",
|
"docs": "./vendor/bin/phpdoc -d . -t ./docs --ignore .vendor/ --ignore .node_modules/",
|
||||||
"commit": "./vendor/bin/php-commitizen commit -- ./.php-commitizen.php",
|
"commit": "./vendor/bin/php-commitizen commit -- ./.php-commitizen.php",
|
||||||
"post-install-cmd": "npm install && ./_tools/setup.sh"
|
"post-install-cmd": "npm install && ./_tools/setup.sh"
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue