Skip to content

Commit

Permalink
feat: pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
69pmb committed Jun 7, 2023
1 parent 4694621 commit 6ce3d42
Show file tree
Hide file tree
Showing 9 changed files with 14,077 additions and 32,131 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
deploy:
runs-on: self-hosted
steps:
- uses: 69pmb/deploy/workflow/deploy@main
- uses: 69pmb/deploy/workflow/deploy@feat/pnpm
with:
url: ${{ secrets.DEPLOY_URL }}
4 changes: 3 additions & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
quality:
runs-on: self-hosted
steps:
- uses: 69pmb/deploy/workflow/ts-quality@main
- uses: 69pmb/deploy/workflow/ts-quality@feat/pnpm
with:
pnpm-version: 8
deploy:
if: github.ref_name == 'main'
needs: quality
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged --quiet --concurrent false
pnpm -s dlx lint-staged -q --concurrent false
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
}
},
"cli": {
"analytics": false
"analytics": false,
"packageManager": "pnpm"
}
}
Loading

0 comments on commit 6ce3d42

Please sign in to comment.