Skip to content

Commit

Permalink
Re-add missing packages
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Panhans <[email protected]>
  • Loading branch information
henrik-dmg committed Oct 14, 2024
1 parent 1039b87 commit 4104bc5
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm test
- run: npm run build
- run: npm run test
67 changes: 67 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@parcel/diagnostic": "^2.12.0",
"@parcel/packager-ts": "^2.12.0",
"@parcel/transformer-typescript-types": "^2.12.0",
"@types/jest": "^29.5.13",
"jest": "^29.7.0",
"parcel": "latest",
Expand Down

0 comments on commit 4104bc5

Please sign in to comment.