Skip to content

Commit

Permalink
Skip type check in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNjunge committed Oct 21, 2023
1 parent 2253ab9 commit 111d5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion e2e.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN npm install

COPY . .

CMD [ "npm", "run", "start" ]
CMD [ "npm", "run", "start:e2e" ]
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"start:dev": "nest start --watch -b swc --type-check",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"start:e2e": "nest start -b swc",
"migration:make": "knex migrate:make --knexfile src/db/knexfile.ts -x ts",
"migration:latest": "knex migrate:latest --knexfile src/db/knexfile.ts",
"migration:down": "knex migrate:down --knexfile src/db/knexfile.ts",
Expand Down

0 comments on commit 111d5fe

Please sign in to comment.