Skip to content

Commit ab5ce39

Browse files
move billing under ee
1 parent 44fceda commit ab5ce39

File tree

21 files changed

+428
-404
lines changed

21 files changed

+428
-404
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"packages/*"
55
],
66
"scripts": {
7-
"build": "cross-env SKIP_ENV_VALIDATION=1 yarn workspaces run build",
8-
"test": "yarn workspaces run test",
7+
"build": "cross-env SKIP_ENV_VALIDATION=1 yarn workspaces foreach -A run build",
8+
"test": "yarn workspaces foreach -A run test",
99
"dev": "yarn dev:prisma:migrate:dev && npm-run-all --print-label --parallel dev:zoekt dev:backend dev:web",
1010
"with-env": "cross-env PATH=\"$PWD/bin:$PATH\" dotenv -e .env.development -c --",
1111
"dev:zoekt": "yarn with-env zoekt-webserver -index .sourcebot/index -rpc",

0 commit comments

Comments
 (0)