Skip to content

Commit

Permalink
Change the ci.yml lint script to use turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 24, 2023
1 parent aeb2ad9 commit 47a1ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: NullVoxPopuli/action-setup-pnpm@v2
- run: pnpm ci:lint
- run: pnpm test:workspace:lint --continue

release:
name: Release
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"scripts": {
"build": "esno ./workspace/scripts/index.ts build",
"check:unused": "esno ./workspace/scripts/index.ts unused",
"ci:lint": "esno ./workspace/scripts/index.ts ci --type lint -v",
"ci:prod": "vitest --run --mode production",
"ci:specs": "vitest --run",
"ci:types": "esno ./workspace/scripts/index.ts ci --type types -v",
Expand Down Expand Up @@ -116,8 +115,8 @@
"@changesets/config": "^2.3.1",
"@edge-runtime/vm": "^3.1.3",
"@nrr/pnpm-duplicate-cli": "^0.0.1",
"@starbeam-dev/build-support": "workspace:*",
"@starbeam/eslint-plugin": "workspace:^",
"@starbeam-dev/build-support": "workspace:*",
"@types/eslint": "^8.44.2",
"@types/node": "20.6.2",
"@typescript-eslint/eslint-plugin": "^6.7.2",
Expand Down

0 comments on commit 47a1ac3

Please sign in to comment.