зеркало из https://github.com/microsoft/fast.git
Revert "Change files"
This reverts commit a65ca13d976836f18474e5a386ae9b0540d9bd82.
This commit is contained in:
Родитель
3aad69739a
Коммит
eb81953c00
|
@ -3,9 +3,6 @@ import { Octokit } from "@octokit/rest";
|
|||
import { PackageChangelogRenderInfo, ChangelogEntry } from "beachball";
|
||||
import { getPullRequestForCommit, repoDetails } from "./github";
|
||||
|
||||
// If there is the need to perform locally and manually consider adding `.dotenv` files
|
||||
// referenced https://www.npmjs.com/package/dotenv
|
||||
|
||||
const githubPAT = process.env.GITHUB_PUBLISH_PAT;
|
||||
if (!githubPAT && (process.argv.includes("bump") || process.argv.includes("publish"))) {
|
||||
console.warn(
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"type": "patch",
|
||||
"comment": "This is a test of Beachball change aspects",
|
||||
"packageName": "@microsoft/fast-tooling",
|
||||
"email": "16669785+awentzel@users.noreply.github.com",
|
||||
"dependentChangeType": "patch",
|
||||
"date": "2020-10-09T21:04:39.063Z"
|
||||
}
|
|
@ -13,10 +13,6 @@ import {
|
|||
import { SchemaDictionary } from "./schema.props";
|
||||
import { DataDictionary, Parent } from "./data.props";
|
||||
|
||||
function testChange(schema: any) {
|
||||
console.log("this is a test");
|
||||
}
|
||||
|
||||
function getNavigationRecursive(
|
||||
schema: any,
|
||||
disabled: boolean,
|
||||
|
|
Загрузка…
Ссылка в новой задаче