We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e82907 commit d76049aCopy full SHA for d76049a
Dockerfile
@@ -1,7 +1,7 @@
1
# build stage
2
FROM node:lts-alpine AS build-stage
3
4
-RUN yarn install -g typescript jest
+RUN yarn global add typescript jest
5
WORKDIR /usr/local/src/neodash
6
7
# Pull source code if you have not cloned the repository
0 commit comments