Skip to content

Commit

Permalink
Remove npm-run-all dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 committed Dec 2, 2024
1 parent 4f07534 commit 6f16e62
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 156 deletions.
13 changes: 6 additions & 7 deletions packages/walletconnect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
],
"scripts": {
"clean": "rm -rf dist",
"build:pre": "run-s clean",
"build:pre": "pnpm clean",
"build:cjs": "npx tsc -p tsconfig.cjs.json",
"build:umd": "webpack",
"build": "run-s build:pre build:cjs build:umd",
"build": "pnpm build:pre && pnpm build:cjs && pnpm 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 All @@ -35,13 +35,13 @@
"dependencies": {
"@alephium/web3": "workspace:^",
"@alephium/web3-wallet": "workspace:^",
"@walletconnect/core": "2.17.2",
"@walletconnect/keyvaluestorage": "1.1.1",
"@walletconnect/sign-client": "2.17.2",
"@walletconnect/types": "2.17.2",
"@walletconnect/utils": "2.17.2",
"@walletconnect/core": "2.17.2",
"@walletconnect/keyvaluestorage": "1.1.1",
"eventemitter3": "^4.0.7",
"async-sema": "^3.1.1"
"async-sema": "^3.1.1",
"eventemitter3": "^4.0.7"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
Expand Down Expand Up @@ -70,7 +70,6 @@
"eslint-plugin-standard": "^4.1.0",
"jest": "^29.5.0",
"lokijs": "^1.5.12",
"npm-run-all": "^4.1.5",
"path-browserify": "^1.0.1",
"prettier": "^2.8.7",
"stream-browserify": "^3.0.0",
Expand Down
Loading

0 comments on commit 6f16e62

Please sign in to comment.