mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
feat: installに変更
This commit is contained in:
parent
59517a9398
commit
7199b634f4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-npm-
|
||||
|
||||
- name: Install node modules
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Build ai
|
||||
run: npm run build
|
Loading…
Reference in a new issue