Skip to content

Commit

Permalink
feat(root): updated CI for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Leandro Cruz Ferrer committed Aug 30, 2022
1 parent e3ed288 commit cdd7879
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
![version](https://img.shields.io/badge/version-0.0.0-green.svg)
![npm](https://img.shields.io/badge/npm-%3E%3D8.x.x-blue.svg)
![node](https://img.shields.io/badge/node-%3E%3D16.16.x-blue.svg)
![node](https://img.shields.io/badge/node-%3E%3D16.16.x-blue.svg)
![yarn](https://img.shields.io/badge/yarn->=1.x.x-blue.svg)
[![License: SEE LICENSE IN <LICENSE.md>](https://img.shields.io/badge/License-SEE%20LICENSE%20IN%20LICENSE.md-yellow.svg)](https://***REMOVED***/siemens-ix/siemens-ix/-/blob/main/LICENSE.md)


## Usage

### Installation
Expand Down Expand Up @@ -105,10 +104,6 @@ Feel free to check [issues page](https://***REMOVED***/siemens-ix/siemens-ix/-/i
- Carlos Leandro Cruz Ferrer <carlos.cruz_ferrer@siemens.com>
- Gonçalo Ferreira <goncalo.alves-ferreira@siemens.com>

## Author

👤 **Siemens AG**

## 📝 License

Copyright © 2019 [Siemens AG](https://www.siemens.com/).
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"start": "turbo run start",
"clean": "npx rimraf ./**/node_modules",
"turbo": "turbo",
"generate-documentation-version": "nx run documentation:generate-version",
"generate-documentation-version": "yarn workspace documentation run generate-version",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "node ./scripts/release.js",
"push-git": "node ./scripts/push-git.js",
"sonarqube": "sonar-scanner",
"visual-regression-ci": "npx playwright install chromium && nx run core:test.e2e",
"visual-regression-ci": "npx playwright install chromium && yarn workspace @siemens/ix run test:e2e",
"visual-regression": "docker run --rm --network host -v $(pwd):/work/ -w /work mcr.microsoft.com/playwright:v1.24.0-focal /bin/bash -c \"CI=TRUE npm run visual-regression-ci\""
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/aggrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"test:watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"start": "stencil build --dev --watch --serve",
"dev": "stencil build --watch",
"test": "stencil test --spec",
"test.watch": "stencil test --spec --watchAll --no-cache",
"test.coverage": "stencil test --spec --coverage",
"test.e2e": "playwright test --reporter html",
"test.e2e.list": "playwright test --reporter list",
"test:watch": "stencil test --spec --watchAll --no-cache",
"test:coverage": "stencil test --spec --coverage",
"test:e2e": "playwright test --reporter html",
"test:e2e:list": "playwright test --reporter list",
"playwright.docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/packages/core -it mcr.microsoft.com/playwright:v1.24.0-focal /bin/bash",
"host-root": "http-server ./ -a 127.0.0.1 -p 8080",
"generate": "stencil generate",
"postversion": "echo \"/*\n * COPYRIGHT (c) Siemens AG 2018-2022 ALL RIGHTS RESERVED.\n */\nexport const version = '$npm_package_version'\" > ./src/env.ts",
"generate.theme": "ts-node -P ./scripts/tsconfig.json ./scripts/generate-theme"
"generate:theme": "ts-node -P ./scripts/tsconfig.json ./scripts/generate-theme"
},
"dependencies": {
"@stencil/core": "~2.15.0",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
"cache": false
}
}
}
}

0 comments on commit cdd7879

Please sign in to comment.