We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d27056 commit 448617dCopy full SHA for 448617d
.github/Makefile
@@ -0,0 +1,2 @@
1
+npm-install:
2
+ docker run --rm -it -v `pwd`:/home/node/app -w /home/node/app node npm install
0 commit comments