Skip to content

Commit

Permalink
chore: add packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Aug 3, 2024
1 parent f37d8c0 commit cd063e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./.output/public
path: ./docs/.output/public

# Deployment job
deploy:
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "vite build",
"docs": "pnpm -C ./docs dev",
"docs-build": "pnpm -C ./docs build"
},
"packageManager": "pnpm@>=9.5.0",
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.3.4",
Expand Down

0 comments on commit cd063e3

Please sign in to comment.