From eaa572bf07e83debc55b81297af952a91e87e7dd Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov valorkin Date: Wed, 19 Jul 2023 15:59:23 +0200 Subject: [PATCH] chore: cleaning root scripts --- apps/ng2-charts-e2e/project.json | 6 +++--- package.json | 15 +++++---------- 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/apps/ng2-charts-e2e/project.json b/apps/ng2-charts-e2e/project.json index 74972c06..824c047d 100644 --- a/apps/ng2-charts-e2e/project.json +++ b/apps/ng2-charts-e2e/project.json @@ -8,7 +8,7 @@ "executor": "@nx/cypress:cypress", "options": { "cypressConfig": "apps/ng2-charts-e2e/cypress.config.ts", - "devServerTarget": "ng2-charts:serve:development", + "devServerTarget": "ng2-charts-demo:serve:development", "testingType": "e2e" }, "configurations": { @@ -16,7 +16,7 @@ "devServerTarget": "ng2-charts:serve:production" }, "ci": { - "devServerTarget": "ng2-charts:serve-static" + "devServerTarget": "ng2-charts-demo:serve-static" } } }, @@ -29,5 +29,5 @@ } }, "tags": [], - "implicitDependencies": ["ng2-charts"] + "implicitDependencies": ["ng2-charts-demo", "ng2-charts"] } diff --git a/package.json b/package.json index aa9c94ed..3a0fabbc 100644 --- a/package.json +++ b/package.json @@ -9,18 +9,13 @@ "build:prod": "nx run ng2-charts-demo:build", "build:lib": "nx run ng2-charts:build:production", "build:schematics": "nx run ng2-charts-schematics:build", - "build:changelog": "github_changelog_generator -u valor-software -p ng2-charts", "publish:lib": "npm publish dist/ng2-charts", "test": "nx run-many --target=test --verbose --all", - "test:ci": "ng test --watch=false --no-progress --browsers=ChromeHeadless", - "test:schematics": "ts-node --project libs/ng2-charts/tsconfig.schematics.json node_modules/jasmine/bin/jasmine libs/ng2-charts/schematics/**/*.spec.ts", - "e2e": "ng e2e --watch", - "e2e:ci": "ng e2e", - "e2e:update-snapshots": "npm run e2e:ci -- --configuration update-snapshots", - "cy:verify": "cypress verify", - "lint": "nx run-many --target=lint --verbose --all", - "cypress:open": "cypress open", - "cypress:run": "cypress run" + "test:ci": "nx run-many --target=test --verbose --all", + "test:schematics": "nx run ng2-charts-schematics:build", + "e2e": "nx run ng2-charts-e2e:e2e", + "e2e:ci": "nx run ng2-charts-e2e:e2e:ci", + "lint": "nx run-many --target=lint --verbose --all" }, "private": true, "dependencies": {