-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.13 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "dynamic-remotes-runtime-environment-variables",
"workspaces": [
"./host",
"./remote"
],
"private": true,
"version": "0.0.0",
"scripts": {
"start": "pnpm --filter dynamic-remotes-runtime-environment-variables_* --parallel start",
"legacy:start": "pnpm --filter dynamic-remotes-runtime-environment-variables_* --parallel legacy:start",
"build": "pnpm --filter dynamic-remotes-runtime-environment-variables_* --parallel build",
"serve": "pnpm --filter dynamic-remotes-runtime-environment-variables_* --parallel serve",
"clean": "pnpm --filter dynamic-remotes-runtime-environment-variables_* --parallel clean",
"docker:build": "pnpm --filter dynamic-remotes-runtime-environment-variables_* --parallel docker:build",
"docker:run": "pnpm --filter dynamic-remotes-runtime-environment-variables_* --parallel docker:run",
"docker:rm": "pnpm --filter dynamic-remotes-runtime-environment-variables_* --parallel docker:rm",
"e2e:ci": "npx playwright test",
"legacy:e2e:ci": "USE_LEGACY=1 npx playwright test"
},
"devDependencies": {
"@playwright/test": "1.58.2",
"wait-on": "7.2.0"
}
}