Skip to content

Commit

Permalink
add the lockfile to the uupload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 13, 2024
1 parent 1c7e53a commit 014e3d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
app/package.json
app/.svelte-kit/tsconfig.json
app/.gcloudignore
app/.dockerignore
app/.npmrc
pnpm-lock.yaml
deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.0.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.2",
"vitest": "^2.0.5"
Expand Down

0 comments on commit 014e3d2

Please sign in to comment.