Skip to content

Commit

Permalink
chore: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Dec 27, 2023
1 parent e643adf commit a6d73bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,3 @@ export default () => {
return <Button onClick={handleDelete}>Delete</Button>;
};
```

<!-- TSDOC_START -->

<!-- TSDOC_END -->
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"scripts": {
"dev": "concurrently \"yarn build --watch\" \"yarn storybook\" \"yarn test\" ",
"build": "tsup --onSuccess \"yarn yalc publish && yarn link && yarn doc\"",
"build": "tsup --onSuccess \"yarn yalc publish && yarn link\"",
"type-check": "tsc",
"lint": "eslint --ignore-path .gitignore \"{src,tests}/**/*.+(ts|js|tsx)\"",
"lint:fix": "yarn lint --fix && prettier --write .",
Expand All @@ -29,8 +29,7 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"release": "yarn build && yarn release-it",
"link:self": "yarn yalc publish && yarn link",
"doc": "tsdoc --src=src/*"
"link:self": "yarn yalc publish && yarn link"
},
"tsup": {
"entry": [
Expand Down Expand Up @@ -140,7 +139,6 @@
"react-test-renderer": "18.2.0",
"release-it": "17.0.1",
"storybook": "7.6.4",
"tsdoc-markdown": "^0.1.0",
"tsup": "8.0.1",
"typescript": "5.3.3",
"vitest": "^1.0.0",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13185,11 +13185,6 @@ tsconfig-paths@^3.14.2:
minimist "^1.2.6"
strip-bom "^3.0.0"

tsdoc-markdown@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/tsdoc-markdown/-/tsdoc-markdown-0.1.0.tgz#48cc4c4ce34a5edb3cd7d47bf354f962b9577272"
integrity sha512-V2zayxM+QPukAoTs0WZhkL2SxX2he9l0PXlmkkB5rQN7mpwuk02zTnOAtKOZiU069QzBK51Jy7lBwQPfZvwglw==

tslib@^1.13.0, tslib@^1.8.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
Expand Down

0 comments on commit a6d73bb

Please sign in to comment.