Skip to content

Commit ab7bc98

Browse files
committed
adding react-finland to build
1 parent b5ed077 commit ab7bc98

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,7 @@ dotnet_3/em/embedded/rest/SampleProjectDriver/logs/
200200

201201

202202

203+
/js_npm/graphql/react-finland/build/
204+
/js_npm/graphql/react-finland/.idea/
205+
/js_npm/graphql/react-finland/node_modules/
206+
/js_npm/graphql/react-finland/instrumented/

scripts/dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def build_js_npm():
189189
buildJS(os.path.abspath(os.path.join(PROJ_LOCATION, "js_npm","rest","disease-sh-api")), "disease-sh-api")
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")
192-
192+
buildJS(os.path.abspath(os.path.join(PROJ_LOCATION, "js_npm","graphql","react-finland")), "react-finland")
193193

194194
####################
195195
def build_dotnet_3():

0 commit comments

Comments
 (0)