ci(build): 💚 Fix wrong CI command

This commit is contained in:
Jesse Wierzbinski 2024-05-13 21:36:15 -10:00
parent 8f9bb6c9c6
commit 503dbdceb4
No known key found for this signature in database

View file

@ -22,7 +22,7 @@ jobs:
run: echo "[install]\nregistry = { url = \"https://registry.npmjs.org/\", token = "${{ secrets.NPM_TOKEN }}" }" > bunfig.toml
- name: Install dependencies
run: bun Install
run: bun install --frozen-lockfile --production
- name: Build
run: bun run build