Skip to content

Commit 9fc014c

Browse files
committed
Fixed issue with GraphQL build. #40
1 parent d28cf6b commit 9fc014c

File tree

7 files changed

+5917
-21
lines changed

7 files changed

+5917
-21
lines changed

Diff for: build-and-test-all.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ fi
8787
./run-end-to-end-tests.sh
8888

8989

90-
# NEED TO FIX
91-
# ./run-graphql-api-gateway-tests.sh
90+
./run-graphql-api-gateway-tests.sh
9291

9392
if [ -z "$KEEP_RUNNING" ] ; then
9493
${DOCKER_COMPOSE?} down --remove-orphans -v

Diff for: ftgo-api-gateway-graphql/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM node:9.11.2-alpine
22
COPY package.json .
3+
COPY package-lock.json .
34
RUN npm install
45
RUN npm install -g typescript
56
COPY tsconfig.json .

0 commit comments

Comments
 (0)