Skip to content

Commit

Permalink
chore: remove broken test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Aug 11, 2024
1 parent c2b0b4c commit 879586a
Show file tree
Hide file tree
Showing 8 changed files with 1,348 additions and 5,417 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/release.yml

This file was deleted.

10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"dev": "yarn bundle --watch",
"build": "yarn clean && yarn bundle",
"bundle": "tsup-node src/index.ts --sourcemap --dts --format esm",
"prepare": "yarn build",
"test": "jest"
"prepare": "yarn build"
},
"dependencies": {
"debug": "^4.1.1",
Expand All @@ -29,16 +28,13 @@
"@alloc/fast-rimraf": "^1.0.8",
"@types/debug": "^4.1.5",
"@types/globrex": "^0.1.0",
"@types/jest": "^26.0.22",
"@types/node": "^14.0.27",
"@types/node": "^22.2.0",
"esbuild": "^0.11.12",
"esbuild-jest": "npm:@alloc/esbuild-jest@^0.3.6",
"jest": "^26.6.3",
"klona": "^2.0.4",
"prettier": "^2.8.7",
"rollup": "^2.45.2",
"tsup": "^6.5.0",
"typescript": "^4.9.3",
"typescript": "^5.5.4",
"vite": "*",
"vite-tsconfig-paths": "link:."
},
Expand Down
Loading

0 comments on commit 879586a

Please sign in to comment.