Commit 550c0689 by CaIon

Merge branch 'alpha'

parents 7607da23 8b55c9b9
...@@ -23,8 +23,8 @@ jobs: ...@@ -23,8 +23,8 @@ jobs:
CI: "" CI: ""
run: | run: |
cd web cd web
npm install bun install
REACT_APP_VERSION=$(git describe --tags) npm run build REACT_APP_VERSION=$(git describe --tags) bun run build
cd .. cd ..
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
......
...@@ -23,8 +23,8 @@ jobs: ...@@ -23,8 +23,8 @@ jobs:
CI: "" CI: ""
run: | run: |
cd web cd web
npm install bun install
REACT_APP_VERSION=$(git describe --tags) npm run build REACT_APP_VERSION=$(git describe --tags) bun run build
cd .. cd ..
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
......
...@@ -26,8 +26,8 @@ jobs: ...@@ -26,8 +26,8 @@ jobs:
CI: "" CI: ""
run: | run: |
cd web cd web
npm install bun install
REACT_APP_VERSION=$(git describe --tags) npm run build REACT_APP_VERSION=$(git describe --tags) bun run build
cd .. cd ..
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment