Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Jun 2, 2024
1 parent 826f3d7 commit ce09b64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Create package.json if it doesn't exist
run: |
if [ ! -f package.json ]; then
cat <<EOF > package.json
if [ ! -f package.json ]; then
cat <<EOF > package.json
{
"name": "madj101",
"version": "1.0.0",
Expand All @@ -46,9 +46,9 @@ jobs:
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.0"
}
}
EOF
fi
}
EOF
fi

- name: Create webpack.config.js if it doesn't exist
run: |
Expand Down

0 comments on commit ce09b64

Please sign in to comment.