Skip to content

Commit

Permalink
馃敡 chore: Add auto sync
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 19, 2024
1 parent 6803d0c commit 34f0a08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and Release

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # every day
push:
branches:
- master
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"homepage": "https://github.com/lobehub/lobe-openai-plugins",
"repository": "https://github.com/lobehub/lobe-openai-plugins.git",
"scripts": {
"build": "tsx src/index.ts",
"build": "bun src/index.ts",
"ci": "npm run lint && npm run type-check",
"dev": "tsx src/index.ts",
"dev": "bun src/index.ts",
"lint": "eslint \"{src,api,docs}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . --quiet --frail --output",
"prepare": "husky install",
Expand Down Expand Up @@ -50,7 +50,6 @@
"remark": "^14",
"remark-cli": "^11",
"stylelint": "^15",
"tsx": "^4",
"typescript": "^5",
"url-join": "^5"
}
Expand Down

0 comments on commit 34f0a08

Please sign in to comment.