Skip to content

Commit

Permalink
Update master_crkn-editor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre authored Sep 26, 2024
1 parent 79d7dc4 commit 8b11970
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/master_crkn-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b11970

Please sign in to comment.