Skip to content

Commit

Permalink
馃敡 chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 28, 2023
1 parent 5072410 commit dc7eae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"build": "father build && npm run build:entry && npm run build:schema",
"build:entry": "tsc client.ts --declaration && tsc openapi.ts --declaration",
"build:schema": "ts-json-schema-generator --path src/types/manifest.ts --type LobeChatPluginManifest -o schema.json",
"build:watch": "father dev",
"ci": "npm run lint && npm run type-check && npm run doctor",
"dev": "father dev",
"docs:build": "dumi build",
"docs:dev": "dumi dev",
"doctor": "father doctor",
Expand All @@ -51,7 +51,7 @@
"prepublishOnly": "npm run build",
"prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
"release": "semantic-release",
"start": "npm run dev",
"start": "npm run docs:dev",
"test": "vitest --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
"test:update": "vitest -u",
Expand Down

0 comments on commit dc7eae7

Please sign in to comment.