Skip to content

Commit

Permalink
build: remove doc generation during build command
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed May 23, 2024
1 parent 9ba5358 commit c6708b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"scripts": {
"dev": "concurrently \"pnpm build --watch\" \"pnpm test\" ",
"build": "tsup --onSuccess \"pnpm link:self && pnpm doc\"",
"build": "tsup --onSuccess \"pnpm link:self\"",
"type-check": "tsc",
"lint": "eslint --ignore-path .gitignore \"{src,tests}/**/*.+(ts|js|tsx|jsx)\"",
"lint:fix": "pnpm lint --fix && prettier --write .",
Expand Down

0 comments on commit c6708b2

Please sign in to comment.