Skip to content

Commit

Permalink
Merge pull request #277 from laws-africa/tests
Browse files Browse the repository at this point in the history
build during test; remove unnesed ts types
  • Loading branch information
longhotsummer authored Jul 1, 2024
2 parents 6634be1 + 626f094 commit 46a2736
Show file tree
Hide file tree
Showing 24 changed files with 18,115 additions and 19,843 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
node-version: '20'
- run: npm ci
- run: npx lerna bootstrap
- run: npx lerna run build
- run: npx lerna run test
10 changes: 0 additions & 10 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22,518 changes: 9,467 additions & 13,051 deletions packages/react/package-lock.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
"dependencies": {
"@lawsafrica/law-widgets": "^1.6.0"
},
"devDependencies": {
"@stencil/core": "^4.19.1",
"@types/node": "^20.14.9",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "^5.5.2"
},
"repository": {
"type": "git",
"url": "[email protected]:laws-africa/law-widgets.git"
Expand Down
1 change: 0 additions & 1 deletion packages/react/src/components/index.ts

This file was deleted.

26 changes: 0 additions & 26 deletions packages/react/src/components/proxies.ts

This file was deleted.

106 changes: 0 additions & 106 deletions packages/react/src/components/react-component-lib/createComponent.tsx

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react/src/components/react-component-lib/index.ts

This file was deleted.

34 changes: 0 additions & 34 deletions packages/react/src/components/react-component-lib/interfaces.ts

This file was deleted.

Loading

0 comments on commit 46a2736

Please sign in to comment.