Skip to content

Commit

Permalink
publish storybook to github-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
drivardxrm committed Aug 20, 2022
1 parent b9c15d7 commit aa6eeee
Show file tree
Hide file tree
Showing 21 changed files with 223 additions and 253 deletions.
207 changes: 197 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"homepage": "http://drivardxrm.github.io/FluentUI.Slider.PCF",
"name": "pcf-project",
"version": "1.0.0",
"description": "Project containing your PowerApps Component Framework (PCF) control.",
Expand All @@ -10,7 +11,7 @@
"refreshTypes": "pcf-scripts refreshTypes",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=4a069ce10b6c"
"deploy-storybook": "gh-pages -d storybook-static"
},
"dependencies": {
"@fluentui/react-components": "^9.2.0",
Expand All @@ -33,7 +34,6 @@
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"babel-loader": "^8.2.5",
"chromatic": "^6.7.4",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.23.4",
Expand All @@ -43,7 +43,8 @@
"pcf-scripts": "^1.16.6",
"pcf-start": "^1.16.6",
"speed-measure-webpack-plugin": "^1.5.0",
"typescript": "^4.7.4"
"typescript": "^4.7.4",
"gh-pages": "^4.0.0"
},
"readme": "ERROR: No README data found!",
"_id": "[email protected]"
Expand Down
Loading

0 comments on commit aa6eeee

Please sign in to comment.