Skip to content

Commit

Permalink
Update CI-pipeline for bun 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Dec 3, 2023
1 parent c8a2123 commit fe2ceb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"test": "uvu test test.minitz.js",
"test:dist": "uvu test/node/js && npm run test:ts",
"test:bun": "bun wiptest test/bun",
"test:bun": "bun test test/bun",
"test:coverage": "c8 --include=src npm test",
"test:lint": "eslint ./**/*.js ./**/*.cjs",
"test:lint:fix": "eslint --fix ./**/*.js ./**/*.cjs",
Expand Down

0 comments on commit fe2ceb0

Please sign in to comment.