Skip to content

Commit

Permalink
Debugging build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
calebHankins committed Apr 30, 2024
1 parent 510d530 commit 4ecc8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ RUN npm test

FROM base-env AS workspace-env
RUN echo NODE_ENV:$NODE_ENV
RUN deno --version && echo 'node version:' $(node --version) && echo 'npm version:' $(npm --version)
# RUN deno --version && echo 'node version:' $(node --version) && echo 'npm version:' $(npm --version)

0 comments on commit 4ecc8f0

Please sign in to comment.