Skip to content

Commit

Permalink
drop unnecessary react-wrapper patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Oct 25, 2024
1 parent 271e0ec commit c3fb0c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions packages/calcite-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
"dist/"
],
"scripts": {
"prebuild": "npm run patch:jsx-import",
"build": "rimraf dist && npm run compile",
"clean": "rimraf dist node_modules .turbo",
"compile": "npm run tsc",
"lint": "concurrently npm:lint:*",
"lint:json": "prettier --write \"**/*.json\" >/dev/null",
"lint:md": "prettier --write \"**/*.md\" >/dev/null && markdownlint \"**/*.md\" --fix --dot --ignore-path ../../.gitignore",
"patch:jsx-import": "tsx support/patchJSXImport.ts",
"tsc": "tsc"
},
"dependencies": {
Expand Down
21 changes: 0 additions & 21 deletions packages/calcite-components-react/support/patchJSXImport.ts

This file was deleted.

0 comments on commit c3fb0c5

Please sign in to comment.