Skip to content

Commit bac7b92

Browse files
committed
ci: fix dashboard build
1 parent 8dc24cb commit bac7b92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
1717
run: |
1818
npm ci
19+
npm run build
1920
IFS='/' read -a strarr <<< $GITHUB_REPOSITORY && sed -i "`wc -l < dashboard/package.json`i\,\"homepage\":\"https://${strarr[0]}.github.io/${strarr[1]}\"" dashboard/package.json
2021
NODE_OPTIONS=--max-old-space-size=4096 npm run build -w dashboard
2122
- name: Deploy 🚀

0 commit comments

Comments
 (0)