mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Fixing working directory
This commit is contained in:
parent
2d8a66acd8
commit
ff3570421a
3
.github/workflows/compile.yml
vendored
3
.github/workflows/compile.yml
vendored
@ -48,8 +48,8 @@ jobs:
|
|||||||
node-version: '7'
|
node-version: '7'
|
||||||
|
|
||||||
- name: Setup NPM packages
|
- name: Setup NPM packages
|
||||||
|
working-directory: ./src
|
||||||
run: |
|
run: |
|
||||||
cd src
|
|
||||||
npm install --loglevel warn
|
npm install --loglevel warn
|
||||||
|
|
||||||
# Install gulp globally to be able to run the rebuild task, using the same version as in the project.
|
# Install gulp globally to be able to run the rebuild task, using the same version as in the project.
|
||||||
@ -57,6 +57,7 @@ jobs:
|
|||||||
Start-Process npm -NoNewWindow -Wait -ArgumentList "install gulp@$gulpVersion -g --loglevel warn"
|
Start-Process npm -NoNewWindow -Wait -ArgumentList "install gulp@$gulpVersion -g --loglevel warn"
|
||||||
|
|
||||||
- name: Rebuild client-side assets
|
- name: Rebuild client-side assets
|
||||||
|
working-directory: ./src
|
||||||
run: |
|
run: |
|
||||||
gulp rebuild
|
gulp rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user