Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated extension builds #32

Merged
merged 12 commits into from Apr 10, 2018

Use package-lock.json in docker.

  • Loading branch information
sammacbeth committed Apr 6, 2018
commit 7718afe0e538cd0501d2949987a5587333d53109
@@ -9,4 +9,5 @@ RUN groupadd jenkins -g $GID \

USER jenkins
COPY package.json /home/jenkins/
COPY package-lock.json /home/jenkins/
RUN cd /home/jenkins/ && npm install
ProTip! Use n and p to navigate between commits in a pull request.