We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2e964 commit 3ca7794Copy full SHA for 3ca7794
client/package.json
@@ -15,6 +15,7 @@
15
"start:ee": "REACT_APP_EDITION=enterprise yarn workspace lowcoder start",
16
"translate": "node --loader ts-node/esm ./scripts/translate.js",
17
"build": "yarn node ./scripts/build.js",
18
+ "build:ee": "REACT_APP_EDITION=enterprise yarn node ./scripts/build.js",
19
"test": "jest && yarn workspace lowcoder-comps test",
20
"prepare": "yarn workspace lowcoder prepare",
21
"build:core": "yarn workspace lowcoder-core build",
0 commit comments