mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-09 11:28:14 +08:00
Add npm-install in tslib/react before npm-install in optuna_dashboard
This commit is contained in:
@@ -25,6 +25,9 @@ jobs:
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Setup tslib
|
||||
run: make tslib
|
||||
|
||||
- name: Build bundle.js
|
||||
working-directory: optuna_dashboard
|
||||
run: |
|
||||
|
||||
@@ -75,14 +75,14 @@ jobs:
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- working-directory: optuna_dashboard
|
||||
run: npm install
|
||||
- working-directory: tslib/types
|
||||
run: npm install
|
||||
- working-directory: tslib/storage
|
||||
run: npm install
|
||||
- working-directory: tslib/react
|
||||
run: npm install
|
||||
- working-directory: optuna_dashboard
|
||||
run: npm install
|
||||
- working-directory: standalone_app
|
||||
run: npm install
|
||||
- working-directory: vscode
|
||||
@@ -101,6 +101,10 @@ jobs:
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Setup tslib
|
||||
run: make tslib
|
||||
|
||||
- name: Build bundle.js
|
||||
working-directory: optuna_dashboard
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user