Skip to content

Commit

Permalink
feat: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
2214962083 committed Jul 2, 2024
1 parent 2e7bf8b commit c6c8926
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Test
run: pnpm run test

- name: Build
run: pnpm run build

- name: Publish
run: pnpm run publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "aide",
"displayName": "Aide",
"description": "Convert selected files to AI prompts with one click, enabling custom AI commands to initiate inquiries about these files. 🚀",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"packageManager": "[email protected]",
"author": "Nicepkg <[email protected]>",
Expand Down

0 comments on commit c6c8926

Please sign in to comment.