Skip to content

Commit 09c1fc1

Browse files
authored
update reanalyze command (#1157)
1 parent 9052a26 commit 09c1fc1

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"res:build": "rescript build",
1717
"build": "rescript build && yarn update-index && react-router build",
1818
"test": "node scripts/test-examples.mjs && node scripts/test-hrefs.mjs",
19-
"reanalyze": "reanalyze -all-cmt .",
19+
"reanalyze": "rescript-tools reanalyze -all-cmt .",
2020
"update-index": "yarn generate-llms && node scripts/generate_feed.mjs > public/blog/feed.xml",
2121
"sync-bundles": "node scripts/sync-playground-bundles.mjs",
2222
"generate-llms": "node scripts/generate_llms.mjs",
@@ -84,7 +84,6 @@
8484
"jsdom": "^26.1.0",
8585
"lightningcss": "^1.30.1",
8686
"prettier": "^3.6.2",
87-
"reanalyze": "^2.16.0",
8887
"remark-cli": "^12.0.1",
8988
"search-insights": "^2.17.3",
9089
"tailwindcss": "^4",

yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8151,15 +8151,6 @@ __metadata:
81518151
languageName: node
81528152
linkType: hard
81538153

8154-
"reanalyze@npm:^2.16.0":
8155-
version: 2.23.0
8156-
resolution: "reanalyze@npm:2.23.0"
8157-
bin:
8158-
reanalyze: reanalyze.exe
8159-
checksum: 10c0/b8b05f47d17b21175f9bf1b650c1c3d2888ebcf82601f0260d499a40f8ea52b7db0ab9fa5e93fb12b440e0a25025b203bb4fe600bba69d4ae671b61775b1620f
8160-
languageName: node
8161-
linkType: hard
8162-
81638154
"recma-build-jsx@npm:^1.0.0":
81648155
version: 1.0.0
81658156
resolution: "recma-build-jsx@npm:1.0.0"
@@ -8460,7 +8451,6 @@ __metadata:
84608451
react-router: "npm:^7.9.4"
84618452
react-router-dom: "npm:^7.9.4"
84628453
react-router-mdx: "patch:react-router-mdx@npm%3A1.0.8#~/.yarn/patches/react-router-mdx-npm-1.0.8-d4402c3003.patch"
8463-
reanalyze: "npm:^2.16.0"
84648454
rehype-slug: "npm:^6.0.0"
84658455
rehype-stringify: "npm:^10.0.1"
84668456
remark: "npm:^15.0.1"

0 commit comments

Comments
 (0)