Skip to content

Commit

Permalink
Remove node modules from build
Browse files Browse the repository at this point in the history
  • Loading branch information
akanuri9 committed Apr 11, 2024
1 parent bec099c commit fc18a2f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/create-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
- name: Create Build Artifact
run: |
mkdir ./build
ls -lath
cp ./.next -pR ./build/.next
cp ./node_modules -pR ./build/node_modules
cp ./next.config.js ./build/next.config.js
cp ./package.json ./build/package.json
cp ./package-lock.json ./build/package-lock.json
Expand Down

0 comments on commit fc18a2f

Please sign in to comment.