Skip to content

Commit 53e3c0c

Browse files
committed
rename
1 parent 0a13aeb commit 53e3c0c

File tree

15 files changed

+5
-5
lines changed

15 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
"test:cov": "vitest run --coverage",
2626
"postbuild": "npm run check:exports",
2727
"build": "tsup src/index.ts --config tsup.config.ts",
28-
"remix:dev": "npm run dev -w test-apps/react-router-vite",
29-
"remix:cjs:dev": "npm run dev -w test-apps/react-router-cjs",
28+
"react-router:esm:dev": "npm run dev -w test-apps/react-router-esm",
29+
"react-router:cjs:dev": "npm run dev -w test-apps/react-router-cjs",
3030
"build:dev": "tsup src/index.ts --config tsup.dev.config.ts",
3131
"build:dev:watch": "npm run build:dev -- --watch",
3232
"build:dev:cjs:watch": "npm run build:dev -- --watch",
33-
"dev": "npm-run-all -s build:dev -p remix:dev build:dev:watch",
34-
"dev:cjs": "npm-run-all -s build:dev -p remix:cjs:dev build:dev:cjs:watch",
33+
"dev": "npm-run-all -s build:dev -p react-router:esm:dev build:dev:watch",
34+
"dev:cjs": "npm-run-all -s build:dev -p react-router:cjs:dev build:dev:cjs:watch",
3535
"prepublishOnly": "npm run build",
3636
"check": "biome check .",
3737
"check:fix": "biome check --fix .",

test-apps/react-router-vite/.react-router/types/app/+types/root.ts renamed to test-apps/react-router-esm/.react-router/types/app/+types/root.ts

File renamed without changes.

test-apps/react-router-vite/.react-router/types/app/routes/+types/_index.ts renamed to test-apps/react-router-esm/.react-router/types/app/routes/+types/_index.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)