Update create-release.ps1
This commit is contained in:
parent
169e77c944
commit
65344edc35
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ $VersionRegEx = "define\('VERSION', '([\d\.]+)'\);"
|
|||
|
||||
$IndexPHP = (Get-Content -Path .\index.php -Raw) -Replace $VersionRegEx, "`define('VERSION', '$Version');" | Set-Content -Path .\index.php
|
||||
|
||||
IEX 'composer install --no-dev'
|
||||
IEX 'npm install --only=production --no-optional'
|
||||
IEX 'composer update --no-dev --with-all-dependencies --ignore-platform-req=php'
|
||||
IEX 'npm update --only=production --no-optional'
|
||||
|
||||
Read-Host
|
||||
|
|
Loading…
Reference in a new issue