Skip to content

Commit

Permalink
fixes after scope rename
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Dec 12, 2024
1 parent 0091d8c commit 7a37670
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 84 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Install dependencies
run: yarn install --immutable --immutable-cache --check-cache
- name: Install playwright for static server
run: yarn workspace @allure/static-server playwright install chromium
run: yarn workspace @allurereport/static-server playwright install chromium
- name: Install playwright for e2e
run: yarn workspace @allure/e2e playwright install chromium
run: yarn workspace @allurereport/e2e playwright install chromium
- name: Build project
run: yarn build
- name: Test Project
Expand Down
92 changes: 46 additions & 46 deletions .pnp.cjs

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

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ $ yarn install
$ yarn build
```

You can use `@allure/sandbox` as a playground for the development. Consult [README.md in the package](./packages/sandbox/README.md) for detailed instructions.
You can use `@allurereport/sandbox` as a playground for the development. Consult [README.md in the package](./packages/sandbox/README.md) for detailed instructions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@allure/monorepo",
"name": "@allurereport/monorepo",
"version": "3.0.0-beta.3",
"private": true,
"description": "Allure framework TypeScript implementation",
Expand Down
68 changes: 34 additions & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,6 @@ __metadata:
version: 8
cacheKey: 10

"@allure/monorepo@workspace:.":
version: 0.0.0-use.local
resolution: "@allure/monorepo@workspace:."
dependencies:
"@stylistic/eslint-plugin": "npm:^2.6.1"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/eslint": "npm:^8.56.11"
"@types/node": "npm:^20.17.9"
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
"@typescript-eslint/parser": "npm:^8.0.0"
allure: "workspace:*"
babel-plugin-prismjs: "npm:^2.1.0"
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-import: "npm:^2.29.1"
eslint-plugin-jsdoc: "npm:^50.0.0"
eslint-plugin-n: "npm:^17.10.1"
eslint-plugin-no-null: "npm:^1.0.2"
eslint-plugin-prefer-arrow: "npm:^1.2.3"
husky: "npm:^9.1.7"
lint-staged: "npm:^15.2.10"
prettier: "npm:^3.3.3"
prettier-plugin-packagejson: "npm:^2.5.2"
rimraf: "npm:^6.0.1"
tslib: "npm:^2.7.0"
typescript: "npm:^5.6.3"
dependenciesMeta:
"@trivago/[email protected]":
unplugged: true
[email protected]:
unplugged: true
languageName: unknown
linkType: soft

"@allurereport/core-api@workspace:*, @allurereport/core-api@workspace:packages/core-api":
version: 0.0.0-use.local
resolution: "@allurereport/core-api@workspace:packages/core-api"
Expand Down Expand Up @@ -156,6 +122,40 @@ __metadata:
languageName: unknown
linkType: soft

"@allurereport/monorepo@workspace:.":
version: 0.0.0-use.local
resolution: "@allurereport/monorepo@workspace:."
dependencies:
"@stylistic/eslint-plugin": "npm:^2.6.1"
"@trivago/prettier-plugin-sort-imports": "npm:^4.3.0"
"@types/eslint": "npm:^8.56.11"
"@types/node": "npm:^20.17.9"
"@typescript-eslint/eslint-plugin": "npm:^8.0.0"
"@typescript-eslint/parser": "npm:^8.0.0"
allure: "workspace:*"
babel-plugin-prismjs: "npm:^2.1.0"
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-import: "npm:^2.29.1"
eslint-plugin-jsdoc: "npm:^50.0.0"
eslint-plugin-n: "npm:^17.10.1"
eslint-plugin-no-null: "npm:^1.0.2"
eslint-plugin-prefer-arrow: "npm:^1.2.3"
husky: "npm:^9.1.7"
lint-staged: "npm:^15.2.10"
prettier: "npm:^3.3.3"
prettier-plugin-packagejson: "npm:^2.5.2"
rimraf: "npm:^6.0.1"
tslib: "npm:^2.7.0"
typescript: "npm:^5.6.3"
dependenciesMeta:
"@trivago/[email protected]":
unplugged: true
[email protected]:
unplugged: true
languageName: unknown
linkType: soft

"@allurereport/plugin-api@workspace:*, @allurereport/plugin-api@workspace:packages/plugin-api":
version: 0.0.0-use.local
resolution: "@allurereport/plugin-api@workspace:packages/plugin-api"
Expand Down

0 comments on commit 7a37670

Please sign in to comment.