Skip to content

Commit

Permalink
build: Restructure the project into a monorepo structure (#750)
Browse files Browse the repository at this point in the history
* build: Restructure the project

* build: Add storybook build entry in package.json

* build: Fix build script

* build: Fix the build script error

* chore: Remove unused components

* chore: Push to trigger new build

* chore: Format files

* build: Fix build script

* build: Merge coverage report for coveralls

* chore: Temporarily disable the post release notification for testing
  • Loading branch information
jessieweiyi committed Oct 19, 2022
1 parent b21fe5e commit c7e428c
Show file tree
Hide file tree
Showing 437 changed files with 3,600 additions and 3,230 deletions.
36 changes: 0 additions & 36 deletions .eslintrc.json

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ styleguide.out/
coverage/
oss-attribution/
temp/
.nyc_output/

.cache/
.vscode/
Expand All @@ -20,3 +21,5 @@ package-lock.json
*.swp

CODECOMMIT_SOURCE_VERSION


2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17
16.16
11 changes: 11 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
build/
coverage/
storybook.out/
styleguide.out/
scripts/

LICENSE
NOTICE

**/*.md
**/*.html
5 changes: 1 addition & 4 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@
}],
"@semantic-release/release-notes-generator",
["@semantic-release/npm", {
"pkgRoot": "./build"
}],
["@semantic-release/exec", {
"successCmd": "RELEASED_VERSION=${nextRelease.version} ./scripts/postRelease.sh"
"pkgRoot": "./packages/legacy/build"
}],
["@semantic-release/github"]
]
Expand Down
108 changes: 0 additions & 108 deletions docs/components/ColorTable/index.tsx

This file was deleted.

138 changes: 0 additions & 138 deletions docs/components/DefaultTypeStyle/index.tsx

This file was deleted.

Loading

0 comments on commit c7e428c

Please sign in to comment.