diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 612c0b3..9480597 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -23,5 +23,8 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm ci - - run: npm run build --if-present \ No newline at end of file + - run: | + npm i + cd front-end + npm i + npm run build \ No newline at end of file