Skip to content

Commit 3ca7794

Browse files
added ee build command
1 parent 1a2e964 commit 3ca7794

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"start:ee": "REACT_APP_EDITION=enterprise yarn workspace lowcoder start",
1616
"translate": "node --loader ts-node/esm ./scripts/translate.js",
1717
"build": "yarn node ./scripts/build.js",
18+
"build:ee": "REACT_APP_EDITION=enterprise yarn node ./scripts/build.js",
1819
"test": "jest && yarn workspace lowcoder-comps test",
1920
"prepare": "yarn workspace lowcoder prepare",
2021
"build:core": "yarn workspace lowcoder-core build",

0 commit comments

Comments
 (0)