Skip to content

Commit 70e87b5

Browse files
committed
chore: remove unused scripts
1 parent 6ca5545 commit 70e87b5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@
2121
"ext-pcntl": "*"
2222
},
2323
"scripts": {
24-
"build-schema": "vendor/bin/xpdo parse-schema mysql core/components/modai/schema/modai.mysql.schema.xml core/components/modai/src/ -v --update=1 --psr4=modAI",
25-
"bootstrap": "php _bootstrap/index.php",
2624
"phpcs": "vendor/bin/phpcs --standard=phpcs.xml",
27-
"phpcbf": "vendor/bin/phpcbf --standard=phpcs.xml",
28-
"phpunit": "vendor/bin/phpunit"
25+
"phpcbf": "vendor/bin/phpcbf --standard=phpcs.xml"
2926
}
3027
}

0 commit comments

Comments
 (0)