Skip to content

Commit

Permalink
fix: fix scritps
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 authored Jan 25, 2024
1 parent fb855c5 commit 3dd7a74
Show file tree
Hide file tree
Showing 31 changed files with 41 additions and 4,855 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"prepare": "husky install",
"prettier": "prettier -c --write \"**/**\"",
"start": "npm run dev",
"sync": "bun scripts/syncOpenAI.ts",
"test": "npm run lint",
"type-check": "tsc --noEmit"
},
Expand All @@ -27,24 +28,25 @@
],
"*.{js,jsx}": [
"prettier --write",
"stylelint --fix",
"eslint --fix"
],
"*.{ts,tsx}": [
"prettier --parser=typescript --write",
"stylelint --fix",
"eslint --fix"
]
},
"devDependencies": {
"@commitlint/cli": "^17",
"@lobehub/lint": "latest",
"@types/lodash": "^4",
"@types/node": "^20",
"commitlint": "^17",
"consola": "^3",
"eslint": "^8",
"husky": "^8",
"js-yaml": "^4",
"lint-staged": "^15",
"lodash": "^4",
"p-map": "^7",
"prettier": "^3",
"remark": "^14",
Expand Down
155 changes: 0 additions & 155 deletions public/ask-your-pdf/openapi.yaml

This file was deleted.

183 changes: 0 additions & 183 deletions public/asset-ovi/openapi.yaml

This file was deleted.

Loading

0 comments on commit 3dd7a74

Please sign in to comment.