Skip to content

Commit

Permalink
Fix yarn script name
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Feb 14, 2024
1 parent 26796b2 commit 7aa1944
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 @@ -7,9 +7,9 @@
"types": "./lib/esm/index.d.ts",
"sideEffects": false,
"scripts": {
"dev": "concurrently npm:dev:api npm:dev:docs",
"dev": "concurrently npm:dev:api npm:dev:doc",
"dev:api": "npm run build:api -- --watch",
"dev:docs": "vuepress dev docs",
"dev:doc": "vuepress dev docs",
"build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json",
"build:api": "typedoc src/index.ts",
"build:doc": "npm run build:api; vuepress build docs",
Expand Down

0 comments on commit 7aa1944

Please sign in to comment.