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') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
- name: Reinstall @nitrots/nitro-renderer
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm uninstall @nitrots/nitro-renderer
|
||||
npm install git+https://git@git.krews.org/nitro/nitro-renderer#dev
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm install
|
||||
- name: Build Nitro
|
||||
run: |
|
||||
npm run build
|
||||
|
Loading…
Reference in New Issue
Block a user