The actual GitHub actions fix (hopefully)

This commit is contained in:
WatDuhHekBro 2021-04-12 09:08:04 -05:00
parent 6361b83c05
commit 728f115de9
1 changed files with 1 additions and 1 deletions

View File

@ -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