chore: move install to build section

This commit is contained in:
SethBurkart123
2024-11-15 17:14:15 +11:00
parent 21a8472c94
commit 7dfe347562
+5 -4
View File
@@ -22,13 +22,14 @@ jobs:
node-version: 20.x node-version: 20.x
- name: Install bun & Deps - name: Install bun & Deps
run: | run: npm install bun -g
npm install bun -g
bun install
- name: 'Build - all browsers' - name: 'Build - all browsers'
id: buildProject id: buildProject
run: MODE=chrome vite build && MODE=firefox vite build run: |
bun install
MODE=chrome bun run build
MODE=firefox bun run build
- name: '[ V E R S I O N ] : Create or Update Release Pull Request - Version Changes' - name: '[ V E R S I O N ] : Create or Update Release Pull Request - Version Changes'
id: changesets id: changesets