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

Commit 2c8594b

Browse files
committed
use pnpm
1 parent 81a7cba commit 2c8594b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint": "eslint src/",
3232
"test": "c8 -x src/bootstrap -x \"src/**/*.test.*\" mocha -r ts-node/register src/*.test.ts",
3333
"coverage": "c8 check-coverage --statements 70 --branches 90 --functions 60 --lines 70",
34-
"integration": "mocha -r ts-node/register src/index.integration.ts && yarn run build && mocha dist/index.integration.js",
34+
"integration": "mocha -r ts-node/register src/index.integration.ts && pnpm run build && mocha dist/index.integration.js",
3535
"doc": "typedoc ./src/index.ts"
3636
},
3737
"dependencies": {

0 commit comments

Comments
 (0)