Skip to content

Commit

Permalink
replace ts-node with tsx
Browse files Browse the repository at this point in the history
Reviewed By: lblasa

Differential Revision: D59965019

fbshipit-source-id: 56c5a98cfdd94323d2a1c93d67a21c807455de08
  • Loading branch information
antonk52 authored and facebook-github-bot committed Jul 22, 2024
1 parent 2e4e3cc commit 88802b3
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 88 deletions.
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"write-translations": "docusaurus write-translations",
"version": "docusaurus version",
"rename-version": "docusaurus rename-version",
"generate-plugin-docs": "ts-node ./generate-plugin-docs.ts",
"generate-plugin-docs": "tsx ./generate-plugin-docs.ts",
"build:style-guide": "fcli remove flipper-themes && fcli copy ../desktop/themes flipper-themes && lessc --js flipper-themes/light.less static/css/style-guide.css"
},
"devDependencies": {
Expand All @@ -31,7 +31,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-element-to-jsx-string": "^14.3.4",
"ts-node": "^10.9.1",
"tsx": "^4.15.7",
"typescript": "^4.9.5",
"yarn-audit-fix": "^9.3.9"
},
Expand Down
Loading

0 comments on commit 88802b3

Please sign in to comment.