Skip to content
Snippets Groups Projects
Commit 6514424e authored by jurgenhaas's avatar jurgenhaas
Browse files

Ignore package-lock.json as we saw some issues with that

parent 03d4276e
No related branches found
No related tags found
No related merge requests found
...@@ -426,7 +426,7 @@ class Handler ...@@ -426,7 +426,7 @@ class Handler
$this->npm('update'); $this->npm('update');
} }
else { else {
$this->npm('install'); $this->npm('install --no-shrinkwrap');
} }
// Handle Bower if not installed globally // Handle Bower if not installed globally
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment