Skip to content

Commit 2fbce13

Browse files
authored
improve(voter-dapp): remove unused voter-dapp package (#3331)
1 parent df66c7d commit 2fbce13

36 files changed

+1
-2961
lines changed

.circleci/config.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -76,24 +76,6 @@ jobs:
7676
command: ./ci/coverage.sh ~/protocol/packages/core
7777
- store_artifacts:
7878
path: packages/core/coverage
79-
dapp_build:
80-
docker:
81-
- image: circleci/node:lts
82-
working_directory: ~/protocol
83-
steps:
84-
- restore_cache:
85-
key: protocol-completed-build-{{ .Environment.CIRCLE_SHA1 }}
86-
- run:
87-
name: Apply Deployment Registry
88-
command: yarn run load-addresses
89-
- run:
90-
name: Build Voter dApp
91-
working_directory: ~/protocol/packages/voter-dapp
92-
command: export NODE_OPTIONS="--max-old-space-size=8192" CI=false yarn run build
93-
resource_class: medium+
94-
- store_artifacts:
95-
path: ~/protocol/packages/voter-dapp/build
96-
destination: voter-dapp-build
9779
publish:
9880
docker:
9981
- image: circleci/node:lts
@@ -124,9 +106,6 @@ workflows:
124106
- test:
125107
requires:
126108
- build
127-
- dapp_build:
128-
requires:
129-
- build
130109
- publish:
131110
context: api_keys
132111
requires:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"create-release": "lerna version --no-git-tag-version --conventional-commits --no-push",
1717
"publish-release": "./scripts/run_release.sh",
1818
"qbuild": "yarn workspace @uma/common build && yarn workspace @uma/core build && yarn lerna run build --stream --ignore '*/*dapp*' --ignore '@uma/common' --ignore '@uma/core'",
19-
"build": "yarn workspace @uma/common build && yarn workspace @uma/core build && yarn lerna run build --stream --ignore '@uma/common' --ignore '@uma/core'",
19+
"build": "yarn qbuild",
2020
"clean": "yarn lerna run clean --stream",
2121
"clean-packages": "yarn lerna clean --yes && rm -rf node_modules",
2222
"optimism-up": "./scripts/ovm/run-optimism.sh",

packages/voter-dapp/.gitignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

packages/voter-dapp/CHANGELOG.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

packages/voter-dapp/README.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

packages/voter-dapp/package.json

Lines changed: 0 additions & 64 deletions
This file was deleted.
-14.7 KB
Binary file not shown.

packages/voter-dapp/public/index.html

Lines changed: 0 additions & 38 deletions
This file was deleted.

packages/voter-dapp/public/logo.png

-12.1 KB
Binary file not shown.

packages/voter-dapp/public/manifest.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)