We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af9511 commit f75aeafCopy full SHA for f75aeaf
.github/workflows/deploy.yml
@@ -2,6 +2,7 @@ name: Deploy
2
on:
3
push:
4
branches: [main]
5
+ workflow_dispatch:
6
permissions:
7
contents: read
8
jobs:
package.json
@@ -2,6 +2,7 @@
"name": "github-tracker",
"version": "0.1.0",
"private": true,
+ "packageManager": "pnpm@10.32.1",
"type": "module",
"scripts": {
"dev": "vite dev",
0 commit comments