Skip to content

Commit

Permalink
chore: update turborepo
Browse files Browse the repository at this point in the history
  • Loading branch information
DerYeger committed Mar 22, 2024
1 parent 1199bd4 commit 21ecef7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 25 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build": "nr turbo run build",
"bundlesize": "nr turbo run bundlesize",
"changeset": "changeset",
"ci": "cross-env COVERAGE=true nr turbo run build bundlesize generate lint test check:publish check:tsc check:vue --output-logs=errors-only",
"ci": "cross-env COVERAGE=true nr turbo run build bundlesize generate lint test check:publish check:tsc check:vue",
"clean": "rimraf -g **/.tsbuildinfo **/tsconfig.tsbuildinfo **/vite.config.ts.*",
"dev": "nr turbo run dev --parallel",
"fix": "nr turbo run lint lint:root -- --fix",
Expand All @@ -31,7 +31,7 @@
"syncpack:fix": "syncpack fix-mismatches",
"syncpack:lint": "syncpack list-mismatches",
"test": "cross-env COVERAGE=true nr turbo run test",
"turbo": "cross-env CI=true FORCE_COLOR=1 turbo --output-logs=new-only",
"turbo": "cross-env CI=true FORCE_COLOR=1 turbo",
"typecheck": "nr turbo run check:tsc check:vue",
"vercel": "vercel",
"version": "changeset version && pnpm install --no-frozen-lockfile"
Expand All @@ -55,7 +55,7 @@
"publint": "0.2.7",
"rimraf": "5.0.5",
"syncpack": "12.3.0",
"turbo": "1.12.5",
"turbo": "1.13.0",
"vercel": "33.6.1",
"vitest": "1.4.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"src"
],
"scripts": {
"build": "echo \"No build necessary.\"",
"check:publish": "publint run --strict",
"lint": "yeger-lint"
},
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"experimentalUI": false,
"globalEnv": ["CI"],
"pipeline": {
"check:publish": {
Expand Down

0 comments on commit 21ecef7

Please sign in to comment.