From 95cd8535f29b6310531e26f0420fd994438697c1 Mon Sep 17 00:00:00 2001 From: Lianhao Zheng Date: Wed, 6 Nov 2024 22:23:54 -0600 Subject: [PATCH] undoing previous --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ffabd87c..d48330e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,9 +11,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "22" - - run: npm install - working-directory: ./OHours + - run: npm instal - run: npm run build --if-present - working-directory: ./OHours - run: npm test - working-directory: ./OHours