Skip to content

Commit

Permalink
Merge pull request #9636 from hicommonwealth/release/v1.7.1-x
Browse files Browse the repository at this point in the history
remove packages/scripts
  • Loading branch information
ilijabojanovic authored Oct 23, 2024
2 parents fbeada3 + e9efd90 commit d03bdac
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 93 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,14 +346,13 @@ jobs:
chmod -R 755 ./libs/model/coverage/lcov.info
chmod -R 755 ./libs/sitemaps/coverage/lcov.info
chmod -R 755 ./packages/commonwealth/coverage/lcov.info
chmod -R 755 ./packages/scripts/coverage/lcov.info
- name: Coveralls parallel
uses: coverallsapp/github-action@v2
with:
flag-name: unit-test-coverage
parallel: true
files: libs/adapters/coverage/lcov.info libs/core/coverage/lcov.info libs/model/coverage/lcov.info libs/sitemaps/coverage/lcov.info packages/commonwealth/coverage/lcov.info packages/scripts/coverage/lcov.info
files: libs/adapters/coverage/lcov.info libs/core/coverage/lcov.info libs/model/coverage/lcov.info libs/sitemaps/coverage/lcov.info packages/commonwealth/coverage/lcov.info

- name: Run integration tests
run: pnpm -F commonwealth test-integration --allowOnly=false
Expand Down
1 change: 1 addition & 0 deletions packages/commonwealth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"@hicommonwealth/model": "workspace:*",
"@hicommonwealth/schemas": "workspace:*",
"@hicommonwealth/shared": "workspace:*",
"@hicommonwealth/sitemaps": "workspace:*",
"@hookform/resolvers": "^3.3.1",
"@ipld/dag-json": "^10.2.0",
"@keplr-wallet/types": "^0.12.23",
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion packages/commonwealth/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{ "path": "../../libs/model/tsconfig.build.json" },
{ "path": "../../libs/schemas/tsconfig.build.json" },
{ "path": "../../libs/shared/tsconfig.build.json" },
{ "path": "../../libs/evm-testing/tsconfig.build.json" }
{ "path": "../../libs/evm-testing/tsconfig.build.json" },
{ "path": "../../libs/sitemaps/tsconfig.build.json" }
]
}
3 changes: 2 additions & 1 deletion packages/commonwealth/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
{ "path": "../../libs/model/tsconfig.build.json" },
{ "path": "../../libs/schemas/tsconfig.build.json" },
{ "path": "../../libs/shared/tsconfig.build.json" },
{ "path": "../../libs/evm-testing/tsconfig.build.json" }
{ "path": "../../libs/evm-testing/tsconfig.build.json" },
{ "path": "../../libs/sitemaps/tsconfig.build.json" }
]
}
29 changes: 0 additions & 29 deletions packages/scripts/package.json

This file was deleted.

8 changes: 0 additions & 8 deletions packages/scripts/test/index.spec.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/scripts/tsconfig.build.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/scripts/tsconfig.json

This file was deleted.

27 changes: 3 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
packages:
- 'libs/**'
- 'packages/commonwealth'
- 'packages/scripts'
- 'packages/load-testing'
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
{ "path": "libs/schemas/tsconfig.build.json" },
{ "path": "libs/shared/tsconfig.build.json" },
{ "path": "packages/commonwealth/tsconfig.build.json" },
{ "path": "packages/scripts/tsconfig.json" },
{ "path": "packages/load-testing/tsconfig.json" }
]
}

0 comments on commit d03bdac

Please sign in to comment.