forked from lobehub/lobe-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ chore: upgrade bun version (lobehub#1133)
* ⬆️ chore: upgrade bun version * ➕ chore: add ajv-keywords
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,11 +44,8 @@ | |
"release": "semantic-release", | ||
"start": "next start", | ||
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix", | ||
"test": "npm run test-temp-fixture-ci && vitest", | ||
"test-a-local": "vitest", | ||
"test-temp-fixture-ci": "echo 'please remove this script after new [email protected] released' && rm -rf node_modules && npx [email protected] install", | ||
"test:coverage": "npm run test-temp-fixture-ci && vitest run --coverage", | ||
"test:coverage-local": "vitest run --coverage", | ||
"test": "vitest", | ||
"test:coverage": "vitest run --coverage", | ||
"test:update": "vitest -u", | ||
"type-check": "tsc --noEmit", | ||
"workflow:docs": "tsx scripts/docsWorkflow/index.ts", | ||
|
@@ -161,6 +158,7 @@ | |
"@types/uuid": "^9", | ||
"@umijs/lint": "^4", | ||
"@vitest/coverage-v8": "^1", | ||
"ajv-keywords": "^5.1.0", | ||
"commitlint": "^18", | ||
"consola": "^3", | ||
"dpdm": "^3", | ||
|