From 919be39db473b028cd5b14dcbc3e02939bf4019c Mon Sep 17 00:00:00 2001 From: Surya Rajendhran <32726562+suryarajendhran@users.noreply.github.com> Date: Sun, 29 Aug 2021 03:07:01 +0530 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6418018..98801cf 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -26,8 +26,7 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'npm' - - run: npm link - - run: cd test_directory/random && yarn link change-css + - run: cd test_directory/random && yarn - run: npm ci - run: npm run build:prod - run: npm test