mirror of
https://github.com/keanuplayz/TravBot-v3.git
synced 2024-08-15 02:33:12 +00:00
The actual GitHub actions fix (hopefully)
This commit is contained in:
parent
6361b83c05
commit
728f115de9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
# https://github.com/npm/cli/issues/558#issuecomment-580018468
|
||||
# Error: "npm ERR! fsevents not accessible from jest-haste-map"
|
||||
# (supposed to just be a warning b/c optional dependency, but CI environment causes it to fail)
|
||||
- run: npm ci
|
||||
- run: npm i
|
||||
|
||||
- name: Build codebase
|
||||
run: npm run build
|
||||
|
|
Loading…
Reference in a new issue