Skip to content

Commit

Permalink
Add website to lerna and yarn workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v committed May 7, 2020
1 parent 4792832 commit 71abdfc
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 9 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"packages/**/*",
"sites/fast-color-explorer",
"sites/fast-component-explorer",
"sites/fast-creator"
"sites/fast-creator",
"sites/fast-website"
],
"version": "independent",
"npmClient": "yarn",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"private": true,
"workspaces": {
"packages": ["packages/**/*", "sites/fast-color-explorer", "sites/fast-component-explorer", "sites/fast-creator", "sites/site-utilities"],
"packages": ["packages/**/*", "sites/fast-color-explorer", "sites/fast-component-explorer", "sites/fast-creator", "sites/site-utilities", "sites/fast-website"],
"nohoist": ["**/react-syntax-highlighter"]
},
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"build/helpers/*.ts"
],
"coverageReporters": [
"json",
"json",
[
"lcov", {"projectRoot": "."}
]
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react",
"module": "ES6",
"moduleResolution": "node",
Expand Down
Loading

0 comments on commit 71abdfc

Please sign in to comment.