mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Removing debug code
This commit is contained in:
parent
89982c8d11
commit
a84547828b
4
.github/workflows/compile.yml
vendored
4
.github/workflows/compile.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
- name: Setup NPM packages
|
||||
working-directory: ./src
|
||||
run: |
|
||||
run: |
|
||||
npm install --loglevel warn
|
||||
|
||||
# Install gulp globally to be able to run the rebuild task, using the same version as in the project.
|
||||
@ -65,8 +65,6 @@ jobs:
|
||||
$gitStatus = (git status --porcelain)
|
||||
if ($gitStatus)
|
||||
{
|
||||
git diff
|
||||
|
||||
throw ("Client-side assets are not up-to-date. Please run 'gulp rebuild' and commit the changes.`n" +
|
||||
[System.String]::Join([System.Environment]::NewLine, (git status --porcelain)))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user