Skip to content

Commit

Permalink
Merge pull request #932 from 3YOURMIND/version-turbo-json-schema
Browse files Browse the repository at this point in the history
chore(turbo): set $schema to v1 version
  • Loading branch information
FlorianWendelborn authored Jun 5, 2024
2 parents dac749a + f9c5400 commit 4e8ea25
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion internals/fake-root/turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"$schema": "https://turbo.build/schema.v1.json",
"extends": ["//"],
"pipeline": {
"check:eslint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"$schema": "https://turbo.build/schema.v1.json",
"extends": ["//"],
"pipeline": {
"check:publint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"$schema": "https://turbo.build/schema.v1.json",
"extends": ["//"],
"pipeline": {
"build": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kotti-ui/turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"$schema": "https://turbo.build/schema.v1.json",
"extends": ["//"],
"pipeline": {
"build": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-use-tippy/turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"$schema": "https://turbo.build/schema.v1.json",
"extends": ["//"],
"pipeline": {
"build": {
Expand Down
2 changes: 1 addition & 1 deletion packages/yoco/turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"$schema": "https://turbo.build/schema.v1.json",
"extends": ["//"],
"pipeline": {
"build": {
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"$schema": "https://turbo.build/schema.v1.json",
"globalDependencies": ["tsconfig.json", "yarn.lock"],
"pipeline": {
"build": {
Expand Down

0 comments on commit 4e8ea25

Please sign in to comment.