From 1efa5c5421557fabcb73d244967ab6267b5f0933 Mon Sep 17 00:00:00 2001 From: Nic <101201789+nic5694@users.noreply.github.com> Date: Sat, 3 Aug 2024 13:54:26 -0400 Subject: [PATCH] Update node.js.yml fixed the syntax --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ad3420982c..e0723de310 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,8 +27,8 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' - name: Change to the frontend directory - - run: cd petclinic-frontend + run: cd petclinic-frontend - name: Run npm lint to ensure frontend code is linted - - run: npm lint + run: npm lint - name: Run build to ensure no build errors - - run: npm run build + run: npm run build