We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b781e commit fba515bCopy full SHA for fba515b
.github/workflows/build_docker.yml
@@ -27,14 +27,15 @@ jobs:
27
28
steps:
29
- uses: actions/checkout@v4
30
+ - name: To frontend
31
+ run: cd ./frontend
32
- name: Use Node.js ${{ matrix.node-version }}
33
uses: actions/setup-node@v4
34
with:
35
node-version: ${{ matrix.node-version }}
36
cache: 'npm'
37
- name: Install and build
38
run: |
- cd ./frontend
39
npm install
40
npm run build
41
cp -r ./dist ../backend/
0 commit comments