Skip to content

Commit

Permalink
add temporary PR deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Aug 27, 2021
1 parent 3efbb1e commit 920550c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/pr-deploy-site/just.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const dependencies = [
'@fluentui/react-charting',
'@fluentui/react-components',
'@fluentui/react-experiments',
'@fluentui/react-input',
'@fluentui/web-components',
'perf-test',
'theming-designer',
Expand Down
6 changes: 6 additions & 0 deletions apps/pr-deploy-site/pr-deploy-site.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ var siteInfo = [
icon: 'BarChart4',
title: 'Charting',
},
{
package: '@fluentui/react-input',
link: './react-input/storybook/index.html',
icon: 'TextField',
title: 'Input',
},
{
package: 'theming-designer',
link: './theming-designer/index.html',
Expand Down
1 change: 1 addition & 0 deletions packages/react-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"test": "jest",
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
"build:local": "tsc -p . --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output dist/react-input/src && yarn docs",
"bundle:storybook": "just-scripts storybook:build",
"storybook": "start-storybook"
},
"devDependencies": {
Expand Down

0 comments on commit 920550c

Please sign in to comment.