Skip to content

Commit

Permalink
updated lint build order
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 22, 2024
1 parent 94b78a4 commit de08a73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- run: yarn install --frozen-lockfile --prefer-offline
- name: typecheck
run: yarn typecheck
- name: lint
run: yarn lint
- name: compile
run: yarn compile
- name: lint
run: yarn lint
- name: package vscode
run: yarn package
- name: compile system scripts
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"go": "yarn compile && node built/genaiscript.cjs",
"test": "node --import tsx --test src/**.test.ts",
"typecheck": "tsc -p src",
"lint": "npx --yes publint --strict",
"lint": "npx --yes publint",
"publish": "yarn lint && npm publish"
}
}

0 comments on commit de08a73

Please sign in to comment.