Skip to content

Commit

Permalink
fix(scripts): no postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Mar 6, 2024
1 parent 9f31553 commit 5c4d914
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,19 @@
],
"scripts": {
"build": "tsc --build ./tsconfig.build.json --force",
"build:docs": "storybook build --docs",
"build:storybook": "storybook build",
"test": "vitest",
"test:cov": "vitest --coverage",
"typecheck": "vitest --typecheck.only",
"storybook": "storybook dev",
"sb": "yarn storybook",
"sb": "yarn sb:styles && yarn storybook",
"sb:build": "yarn sb:styles && storybook build --docs",
"sb:docs": "yarn sb:styles storybook dev --docs",
"sb:styles": "cp ./node_modules/@picocss/pico/css/pico.colors.min.css public/",
"sb:up": "yarn dlx storybook@latest upgrade",
"sb:docs": "storybook dev --docs",
"lint": "eslint --ext .tsx,.ts ./src",
"lint:fix": "yarn run lint --fix",
"semantic-release": "semantic-release",
"ui": "yarn upgrade-interactive",
"postinstall": "cp ./node_modules/@picocss/pico/css/pico.colors.min.css public/"
"ui": "yarn upgrade-interactive"
},
"devDependencies": {
"@emotion/react": "^11.11.3",
Expand Down

0 comments on commit 5c4d914

Please sign in to comment.