Skip to content

Commit 6023d90

Browse files
committed
adding ecommerce-serve to dist
1 parent 641163b commit 6023d90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/dist.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def build_js_npm():
190190
buildJS(os.path.abspath(os.path.join(PROJ_LOCATION, "js_npm","rest","realworld-app")), "realworld-app")
191191
buildJS(os.path.abspath(os.path.join(PROJ_LOCATION, "js_npm","rest","spacex-api")), "spacex-api")
192192
buildJS(os.path.abspath(os.path.join(PROJ_LOCATION, "js_npm","graphql","react-finland")), "react-finland")
193+
buildJS(os.path.abspath(os.path.join(PROJ_LOCATION, "js_npm","graphql","ecommerce-server")), "ecommerce-server")
193194

194195
####################
195196
def build_dotnet_3():

0 commit comments

Comments
 (0)