Skip to content

Commit

Permalink
Merge pull request #10 from rohit-zip/main
Browse files Browse the repository at this point in the history
feature/blog-comment-drawer
  • Loading branch information
rohit-zip committed Jun 16, 2024
2 parents 23662c7 + 1ee24da commit a727474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: npm install

- name: Bloggios Prebuild
run: npm run bloggios-prebuild
run: npm run type-check

- name: Deploy using ssh
uses: appleboy/ssh-action@master
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"bloggios-prebuild": "npm run type-check && npm run lint"
"type-check": "tsc --noEmit"
},
"dependencies": {
"@nextui-org/react": "^2.3.6",
Expand Down

0 comments on commit a727474

Please sign in to comment.