Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
silverbucket committed Jan 19, 2025
1 parent 81a7cba commit 2c8594b
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 @@
"lint": "eslint src/",
"test": "c8 -x src/bootstrap -x \"src/**/*.test.*\" mocha -r ts-node/register src/*.test.ts",
"coverage": "c8 check-coverage --statements 70 --branches 90 --functions 60 --lines 70",
"integration": "mocha -r ts-node/register src/index.integration.ts && yarn run build && mocha dist/index.integration.js",
"integration": "mocha -r ts-node/register src/index.integration.ts && pnpm run build && mocha dist/index.integration.js",
"doc": "typedoc ./src/index.ts"
},
"dependencies": {
Expand Down

0 comments on commit 2c8594b

Please sign in to comment.