We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197278e commit 1f41d16Copy full SHA for 1f41d16
.github/workflows/pr.yml
@@ -19,6 +19,7 @@ jobs:
19
with:
20
node-version: 18
21
- run: npm ci
22
+ - run: npm run build
23
24
- name: Run code review script
25
run: npm run start-ci
@@ -27,3 +28,4 @@ jobs:
27
28
BASE_SHA: ${{ github.event.pull_request.base.sha }}
29
GITHUB_SHA: ${{ github.sha }}
30
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
31
+
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "code-review-gpt",
3
- "version": "0.0.12",
+ "version": "0.0.14",
4
"description": "Your AI code reviewer",
5
"bin": {
6
"code-review-gpt": "./dist/index.js"
0 commit comments