Skip to content

Commit

Permalink
Added build-storybook to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer authored and dvmoritzschoefl committed Jun 14, 2022
1 parent 1a6c541 commit d3761c1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"node": ">= 12.13"
},
"scripts": {
"build": "npm run clean && npm run compile",
"build": "npm run clean && npm run compile && npm run build-storybook",
"clean": "rimraf build dist lib",
"compile:watch": "tsc -w",
"compile": "tsc",
Expand Down Expand Up @@ -99,6 +99,7 @@
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/plugin-transform-typescript": "7.17.12",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
Expand All @@ -110,16 +111,17 @@
"@types/d3": "~3.5.36",
"@types/jest": "~27.4.1",
"@types/jquery": "~3.5.5",
"@types/select2": "4.0.44",
"@types/papaparse": "~5.2.4",
"@types/plotly.js-dist-min": "^2.3.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-plotly.js": "^2.5.0",
"@types/select2": "4.0.44",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"cypress": "^9.5.2",
"babel-loader": "^8.2.3",
"css-loader": "~4.3.0",
"cypress": "^9.5.2",
"eslint": "^8.7.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
Expand All @@ -138,7 +140,10 @@
"local-cypress": "^1.2.5",
"prettier": "^2.5.1",
"rimraf": "~3.0.2",
"sass": "1.52.1",
"sass-loader": "~9.0.2",
"shx": "~0.3.3",
"style-loader": "~2.0.0",
"ts-jest": "~27.1.3",
"tslib": "~2.3.1",
"typedoc": "~0.22.13",
Expand Down

0 comments on commit d3761c1

Please sign in to comment.