Skip to content

Commit

Permalink
chore: cleaning root scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Jul 19, 2023
1 parent 28bb710 commit eaa572b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
6 changes: 3 additions & 3 deletions apps/ng2-charts-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"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": {
"production": {
"devServerTarget": "ng2-charts:serve:production"
},
"ci": {
"devServerTarget": "ng2-charts:serve-static"
"devServerTarget": "ng2-charts-demo:serve-static"
}
}
},
Expand All @@ -29,5 +29,5 @@
}
},
"tags": [],
"implicitDependencies": ["ng2-charts"]
"implicitDependencies": ["ng2-charts-demo", "ng2-charts"]
}
15 changes: 5 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit eaa572b

Please sign in to comment.