From 8b119705da6ecb32414c0ab196ebc983bb5c64fa Mon Sep 17 00:00:00 2001 From: Brittny Lapierre Date: Thu, 26 Sep 2024 05:57:07 -0400 Subject: [PATCH] Update master_crkn-editor.yml --- .github/workflows/master_crkn-editor.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/master_crkn-editor.yml b/.github/workflows/master_crkn-editor.yml index c9b4c47..aabc695 100644 --- a/.github/workflows/master_crkn-editor.yml +++ b/.github/workflows/master_crkn-editor.yml @@ -26,18 +26,6 @@ jobs: npm install npm run build --if-present npm run test --if-present - - - name: Delete node_modules directory - run: | - if [ -d "node_modules" ]; then - rm -rf node_modules - echo "node_modules directory deleted." - else - echo "node_modules directory does not exist." - fi - - - name: npm install server packages - run: npm install fastify fastify-plugin @fastify/static - name: Zip artifact for deployment run: zip release.zip ./* -r