Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script standardization for core to make them follow only Track2 #15679

Closed
KarishmaGhiya opened this issue Jun 10, 2021 · 0 comments · Fixed by #16248
Closed

Script standardization for core to make them follow only Track2 #15679

KarishmaGhiya opened this issue Jun 10, 2021 · 0 comments · Fixed by #16248
Assignees
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Milestone

Comments

@KarishmaGhiya
Copy link
Member

  • Remove extra script for core packages. Like the following in core-http:
 "cover:unit:node": "nyc npm run unit-test:node",
    "check:packagejsonversion": "ts-node ./.scripts/checkPackageJsonVersion.ts",
    "check:foronlycalls": "ts-node ./.scripts/checkForOnlyCalls.ts",
    "check:everything": "ts-node ./.scripts/checkEverything.ts",
    "dep:autorest.typescript": "npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'",
    "dep:ms-rest-azure-js": "npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js",
    "publish-preview": "mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish",
    "local": "ts-node ./.scripts/local.ts",
    "latest": "ts-node ./.scripts/latest.ts",
@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 10, 2021
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Jun 10, 2021
@KarishmaGhiya KarishmaGhiya added the Client This issue points to a problem in the data-plane of the library. label Jun 10, 2021
@ramya-rao-a ramya-rao-a added this to the [2021] July milestone Jun 10, 2021
@deyaaeldeen deyaaeldeen modified the milestones: [2021] July, [2021] August Jul 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants