microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
064161d8277a88b3facccca58df87aa332bf9187

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

eng/scripts/npm-run.js

4lines · modecode

1// Runs the npm run command on each project that has it.
2import { npmForEach } from "./helpers.js";
3
4npmForEach(process.argv[2]);