1
0
Fork 0

build: remove composer install from semantic-release config

pull/749/head
Felix Becker 2018-12-12 16:29:42 +01:00 committed by GitHub
parent 7303143a60
commit 9dc1656592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"prepare": [
{
"path": "@semantic-release/exec",
"cmd": "composer install --prefer-dist --no-interaction && docker build -t felixfbecker/php-language-server ."
"cmd": "docker build -t felixfbecker/php-language-server ."
}
],
"publish": [