Skip to content

Commit

Permalink
remove all css modules and strip out components PL does not need
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Dec 16, 2024
1 parent 1e01e63 commit 43ba69e
Show file tree
Hide file tree
Showing 112 changed files with 17 additions and 6,012 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ jobs:
name: 'build components artifact'
runs-on: 'ubuntu-22.04'
if: github.event_name != 'pull_request'
needs: ['js-unit-test']
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/setup-node@v3'
Expand Down Expand Up @@ -201,8 +200,6 @@ jobs:
npm config set cache ./.npm-cache
yarn config set cache-folder ./.yarn-cache
make setup-js
- name: 'build typescript types'
run: make -C components build-ts
# replace package.json stub version number with version from tag
- name: 'set version number'
run: |
Expand Down
27 changes: 0 additions & 27 deletions components/src/__tests__/utils.test.ts

This file was deleted.

103 changes: 0 additions & 103 deletions components/src/alerts/alerts.module.css

This file was deleted.

55 changes: 0 additions & 55 deletions components/src/atoms/Checkbox/__tests__/Checkbox.test.tsx

This file was deleted.

141 changes: 0 additions & 141 deletions components/src/atoms/CheckboxField/__tests__/CheckboxField.test.tsx

This file was deleted.

Loading

0 comments on commit 43ba69e

Please sign in to comment.