File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3232 "scripts" : {
3333 "build" : " tsup src/index.ts --format cjs,esm --dts --clean" ,
3434 "dev-build" : " tsup src/index.ts --format cjs,esm --dts --clean" ,
35- "remix-dev" : " npm run dev -w test-apps/react-router" ,
36- "remix-dev-cloud" : " npm run dev -w test-apps/cloudflare" ,
35+ "react-router-dev" : " npm run dev -w test-apps/react-router" ,
3736 "build:dev" : " npm run dev-build" ,
3837 "build:dev:watch" : " npm run dev-build -- --watch" ,
39- "dev" : " npm-run-all -s build:dev -p remix-dev build:dev:watch" ,
40- "dev:c" : " npm-run-all -s build:dev -p remix-dev-cloud build:dev:watch" ,
38+ "dev" : " npm-run-all -s build:dev -p react-router-dev build:dev:watch" ,
4139 "prepublishOnly" : " npm run build" ,
4240 "test" : " vitest run" ,
4341 "tsc" : " tsc" ,
You can’t perform that action at this time.
0 commit comments