Skip to content

Commit

Permalink
Merge pull request #1 from cultureamp/fix-pipeline
Browse files Browse the repository at this point in the history
Fix pipeline
  • Loading branch information
gyfchong authored Jul 25, 2023
2 parents 54e224b + 888ed2d commit 4cd5d4d
Show file tree
Hide file tree
Showing 709 changed files with 165 additions and 30,145 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
"scripts": {
"build": "yarn turbo prepublish",
"clean": "yarn turbo clean && yarn storybook:clean && rimraf node_modules",
"test": "jest && yarn test:pkg:aio",
"test:pkg:aio": "yarn pkg:aio test && yarn pkg:aio build",
"test": "jest",
"test:pkg:c-library:sass": "yarn pkg:c-library test-scss-compile",
"test:ci": "jest --ci",
"compile": "tsc && yarn pkg:aio compile",
"compile": "tsc",
"storybook": "storybook dev -p 6006 -c storybook",
"storybook:preview": "NODE_ENV=production yarn storybook --docs",
"storybook:clean": "rm -rf storybook/public",
Expand All @@ -32,10 +31,9 @@
"chromatic": "chromatic",
"commit": "yarn changeset",
"pkg:c-library": "yarn workspace @kaizen/component-library",
"pkg:aio": "yarn workspace @kaizen/components",
"ci:test": "yarn test:ci && yarn pkg:aio test:ci",
"ci:test:react-16": "USE_REACT_16=true yarn test:ci && yarn pkg:aio ci:test:react-16",
"ci:test:react-17": "USE_REACT_17=true yarn test:ci && yarn pkg:aio ci:test:react-17",
"ci:test": "yarn test:ci",
"ci:test:react-16": "USE_REACT_16=true yarn test:ci",
"ci:test:react-17": "USE_REACT_17=true yarn test:ci",
"ci:version": "yarn turbo prepublish && yarn changeset version",
"ci:publish": "yarn turbo prepublish && yarn changeset publish"
},
Expand Down Expand Up @@ -75,6 +73,7 @@
"@babel/preset-typescript": "^7.22.5",
"@changesets/cli": "^2.26.2",
"@cultureamp/changelog-github": "^0.1.0",
"@cultureamp/i18n-react-intl": "^1.4.4",
"@playwright/test": "^1.36.1",
"@storybook/addon-a11y": "^7.1.0",
"@storybook/addon-essentials": "^7.1.0",
Expand Down
611 changes: 0 additions & 611 deletions packages/components/CHANGELOG.md

This file was deleted.

27 changes: 0 additions & 27 deletions packages/components/future/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/components/future/package.json

This file was deleted.

17 changes: 0 additions & 17 deletions packages/components/icons/academy.icon.svg

This file was deleted.

18 changes: 0 additions & 18 deletions packages/components/icons/action-off-white.icon.svg

This file was deleted.

17 changes: 0 additions & 17 deletions packages/components/icons/action-off.icon.svg

This file was deleted.

17 changes: 0 additions & 17 deletions packages/components/icons/action-on.icon.svg

This file was deleted.

3 changes: 0 additions & 3 deletions packages/components/icons/add-link.icon.svg

This file was deleted.

18 changes: 0 additions & 18 deletions packages/components/icons/add-white.icon.svg

This file was deleted.

17 changes: 0 additions & 17 deletions packages/components/icons/add.icon.svg

This file was deleted.

18 changes: 0 additions & 18 deletions packages/components/icons/archived-white.icon.svg

This file was deleted.

17 changes: 0 additions & 17 deletions packages/components/icons/archived.icon.svg

This file was deleted.

17 changes: 0 additions & 17 deletions packages/components/icons/arrow-backward.icon.svg

This file was deleted.

17 changes: 0 additions & 17 deletions packages/components/icons/arrow-down.icon.svg

This file was deleted.

17 changes: 0 additions & 17 deletions packages/components/icons/arrow-forward.icon.svg

This file was deleted.

17 changes: 0 additions & 17 deletions packages/components/icons/arrow-left.icon.svg

This file was deleted.

Loading

0 comments on commit 4cd5d4d

Please sign in to comment.