We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 641163b commit 6023d90Copy full SHA for 6023d90
1 file changed
scripts/dist.py
@@ -190,6 +190,7 @@ def build_js_npm():
190
buildJS(os.path.abspath(os.path.join(PROJ_LOCATION, "js_npm","rest","realworld-app")), "realworld-app")
191
buildJS(os.path.abspath(os.path.join(PROJ_LOCATION, "js_npm","rest","spacex-api")), "spacex-api")
192
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")
194
195
####################
196
def build_dotnet_3():
0 commit comments