microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
6e5f5e24f68cb4e22b7eddde714f7969a1335cd7

Branches

Tags

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

Clone

HTTPS

Download ZIP

eng/scripts/dogfood.js

4lines · modecode

1import { npmForEach, run } from "./helpers.js";
2run("rush", ["update"]);
3run("rush", ["build"]);
4npmForEach("dogfood");
5