Skip to content

Commit

Permalink
chore: cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thebuilder committed Jul 29, 2024
1 parent 9e273a8 commit 839c9e4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1,223 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,9 @@ jobs:
pnpm tsc
pnpx playwright install chromium
pnpm test
- name: Validate types
run: pnpm tsc
- name: Run tests
run: |
pnpx playwright install chromium
pnpm test
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/charlie-tango/hooks.git"
"url": "git+https://github.com/charlie-tango/hooks.git"
},
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -48,9 +48,6 @@
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@size-limit/preset-small-lib": "^11.1.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
Expand Down
Loading

0 comments on commit 839c9e4

Please sign in to comment.