Skip to content

Commit

Permalink
chore: set packageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jun 20, 2024
1 parent 7629ed6 commit c272a09
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 117 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
run_install: true

- name: Test
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 9
run_install: true

- name: Type check
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,22 @@
},
"scripts": {
"build": "pkgroll --minify",
"lint": "lint --cache .",
"lint": "lintroll --cache .",
"test": "tsx tests",
"test:dts": "tsd",
"type-check": "tsc --noEmit",
"dev": "tsx watch --conditions=development tests",
"prepack": "pnpm build && clean-pkg-json"
},
"devDependencies": {
"@pvtnbr/eslint-config": "^1.2.1",
"@types/node": "^20.12.7",
"clean-pkg-json": "^1.2.0",
"eslint": "^8.57.0",
"lintroll": "^1.6.1",
"manten": "^1.2.0",
"pkgroll": "^2.0.2",
"tsd": "^0.31.0",
"tsx": "^4.7.2",
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": "@pvtnbr"
}
"packageManager": "pnpm@9.2.0"
}
Loading

0 comments on commit c272a09

Please sign in to comment.