mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
chore: move install to build section
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user