plan/react-rewrite #1
+3
-3
@@ -11,9 +11,9 @@
|
||||
},
|
||||
"packageManager": "pnpm@9.15.3",
|
||||
"scripts": {
|
||||
"dev": "echo \"dev script wired in 1A-2\" && exit 1",
|
||||
"build:standalone": "echo \"build:standalone wired in 1A-2\" && exit 1",
|
||||
"build:remote": "echo \"build:remote wired in 1A-2\" && exit 1",
|
||||
"dev": "modern dev",
|
||||
"build:standalone": "BUILD_TARGET=standalone modern build",
|
||||
"build:remote": "BUILD_TARGET=remote modern build",
|
||||
"build:both": "pnpm build:standalone && pnpm build:remote",
|
||||
"test": "vitest run",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
|
||||
Reference in New Issue
Block a user