Skip to content

Commit 60926c4

Browse files
committed
Fix config files that were missing the "$schema" field set
1 parent ae55554 commit 60926c4

File tree

43 files changed

+86
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+86
-0
lines changed

build-tests-samples/heft-node-basic-tutorial/config/rush-project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

build-tests-samples/heft-node-jest-tutorial/config/rush-project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

build-tests-samples/heft-serverless-stack-tutorial/config/rush-project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

build-tests-samples/heft-storybook-react-tutorial/config/rush-project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

build-tests-samples/heft-webpack-basic-tutorial/config/rush-project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

build-tests-samples/packlets-tutorial/config/rush-project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

build-tests/api-documenter-scenarios/config/rush-project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

build-tests/api-documenter-test/config/rush-project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

build-tests/api-extractor-lib1-test/config/rush-project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

build-tests/api-extractor-lib2-test/config/rush-project.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-project.schema.json",
3+
24
"operationSettings": [
35
{
46
"operationName": "build",

0 commit comments

Comments
 (0)