Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
node_modules/
yarn-error.log
.env
/packages/govern-server/dev-data/
dev-data/

# extra ignores to help docker caching
.git
Expand Down
54 changes: 0 additions & 54 deletions .github/workflows/server-ci-cd.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules/
yarn-error.log
.env
/packages/govern-server/dev-data/
dev-data/
.vscode
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ COPY ./packages/govern-contract-utils/package.json /app/packages/govern-contr
COPY ./packages/govern-core/package.json /app/packages/govern-core/package.json
COPY ./packages/govern-create/package.json /app/packages/govern-create/package.json
COPY ./packages/govern-discord/package.json /app/packages/govern-discord/package.json
COPY ./packages/govern-server/package.json /app/packages/govern-server/package.json
COPY ./packages/govern-subgraph/package.json /app/packages/govern-subgraph/package.json
COPY ./packages/govern-token/package.json /app/packages/govern-token/package.json

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"test": "lerna run --stream --concurrency 1 test",
"test:fast": "lerna run --stream test",
"init:dev:env": "scripts/init.dev.env.sh",
"start:dev": "cd ./packages/govern-server/ && yarn start:containers",
"start:server": "yarn workspace @aragon/govern-server start:server",
"start:dev": "HOST_UID=$(id -u) HOST_GID=$(id -g) docker-compose up -d",
"stop:dev": "HOST_UID=$(id -u) HOST_GID=$(id -g) docker-compose down",
"coverage": "lerna run --stream --concurrency 1 coverage",
"build:contracts": "lerna run --scope=erc3k --scope=@aragon/govern-contract-utils --scope=@aragon/govern-core --scope=@aragon/govern-create --scope=@aragon/govern-token --stream compile",
"compile:cached": "lerna run --stream compile:cached",
Expand Down
1 change: 0 additions & 1 deletion packages/govern-server/.gitignore

This file was deleted.

44 changes: 0 additions & 44 deletions packages/govern-server/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions packages/govern-server/package.json

This file was deleted.

17 changes: 0 additions & 17 deletions packages/govern-server/src/api-graphql/index.ts

This file was deleted.

46 changes: 0 additions & 46 deletions packages/govern-server/src/api-graphql/resolvers.ts

This file was deleted.

Loading