mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Merge branch 'dev' of https://github.com/billsonnn/nitro-react into dev
This commit is contained in:
commit
8f9c869266
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