mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 06:10:47 -05:00
Update server project path in build.yaml
This commit is contained in:
parent
0dfdf0d704
commit
db3bc02188
@ -41,12 +41,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Server Dependencies
|
- name: Install Server Dependencies
|
||||||
run: |
|
run: |
|
||||||
cd ./server
|
cd ./server/project
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
- name: Install Server Dependencies
|
- name: Install Server Dependencies
|
||||||
run: |
|
run: |
|
||||||
cd ./server
|
cd ./server/project
|
||||||
npm build:bleeding
|
npm build:bleeding
|
||||||
|
|
||||||
# find build type
|
# find build type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user