fix(build): 💚 Remove --production from CI build

This commit is contained in:
Jesse Wierzbinski 2024-05-13 21:43:23 -10:00
parent 5b3bea2983
commit f8ef879711
No known key found for this signature in database

View file

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