mirror of
https://github.com/billsonnn/nitro-react.git
synced 2025-01-19 05:46:27 +01:00
Update deploy
This commit is contained in:
parent
073ff1f24c
commit
796e5db130
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
@ -26,13 +26,10 @@ jobs:
|
|||||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-node-
|
${{ runner.os }}-node-
|
||||||
- name: Reinstall @nitrots/nitro-renderer
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
npm uninstall @nitrots/nitro-renderer
|
npm uninstall @nitrots/nitro-renderer
|
||||||
npm install git+https://git@git.krews.org/nitro/nitro-renderer#dev
|
npm install git+https://git@git.krews.org/nitro/nitro-renderer#dev
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
npm install
|
|
||||||
- name: Build Nitro
|
- name: Build Nitro
|
||||||
run: |
|
run: |
|
||||||
npm run build
|
npm run build
|
||||||
|
Loading…
Reference in New Issue
Block a user