Skip to content

Commit

Permalink
Debugging build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
calebHankins committed May 1, 2024
1 parent 37b1842 commit a8a4ae3
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 @@ -23,7 +23,7 @@ RUN apk --no-cache add libstdc++
RUN apk --no-cache add --update nodejs
RUN apk --no-cache add --update npm
RUN echo "hello, world!"
# RUN node --version
RUN node --version
# RUN npm --version
# # RUN npm install -g npm
# RUN npm install -g release-it
Expand Down

0 comments on commit a8a4ae3

Please sign in to comment.