Skip to content

Commit

Permalink
build-source script
Browse files Browse the repository at this point in the history
  • Loading branch information
xwertxy authored Mar 10, 2024
1 parent 40ceb2a commit 896a07b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"type": "pocketmine-plugin",
"scripts": {
"analyze": "vendor/bin/phpstan",
"build": "php -dphar.readonly=0 vendor/bin/pharynx -i=. -c -p=ProfanityFilter.phar"
"build": "php -dphar.readonly=0 vendor/bin/pharynx -i=. -c -p=ProfanityFilter.phar",
"build-source": "php -dphar.readonly=0 vendor/bin/pharynx -i=. -c -o=./output/"
},
"require": {
"pocketmine/pocketmine-mp": "^5.0.0",
Expand Down

0 comments on commit 896a07b

Please sign in to comment.