Wire build:standalone/build:remote/dev to Modern.js CLI

This commit is contained in:
2026-04-14 22:37:56 +03:00
parent 4fd7ae3f94
commit 604ed75498
+3 -3
View File
@@ -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",