Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lbqds committed Dec 13, 2024
1 parent 393a631 commit 8593075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build:pre": "pnpm clean",
"build:cjs": "npx tsc -p tsconfig.cjs.json",
"build:umd": "webpack",
"build": "pnpm build:pre build:cjs build:umd",
"build": "pnpm --sequential build:pre build:cjs build:umd",
"test": "jest --detectOpenHandles -i --force-exit --config ./jest-config.json",
"test:watch": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" jest --timeout 3000 --exit -r ts-node/register --watch --watch-files . ./test/**/*.spec.ts",
"watch": "tsc -p tsconfig.json --watch",
Expand Down

0 comments on commit 8593075

Please sign in to comment.