Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 24, 2025
1 parent 4a89ee9 commit 8206d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint:format": "prettier -c .",
"postinstall": "node --disable-warning=ExperimentalWarning --experimental-strip-types ./bin/bench-packages.mts",
"repo:lint:all": "turbo run lint:all",
"repo:lint:files": "turbo run test:lint",
"repo:lint:files": "turbo run //#test:lint",
"repo:lint:fix": "turbo run test:lint -- --fix && prettier -w .",
"repo:lint:pub": "turbo run test:publint",
"repo:lint:types": "turbo run //#test:types",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"//#test:lint": {
"dependsOn": ["//#repo:update:conventions", "//#repo:update:metadata"]
},
"//#repo:update:convensions": {},
"//#repo:update:conventions": {},
"//#repo:update:metadata": {},
"//#test:types": {
"inputs": ["**/dist/**", "tsconfig.dist.json"],
Expand Down

0 comments on commit 8206d97

Please # to comment.