Commit 86fe9006 authored by Sebastian Malton's avatar Sebastian Malton
Browse files

don't update lock file on build

Signed-off-by: default avatarSebastian Malton <sebastian@malton.name>
parent d08cac81
Showing with 1 addition and 1 deletion
+1 -1
......@@ -77,7 +77,7 @@ else
endif
$(extension_node_modules): node_modules
cd $(@:/node_modules=) && ../../node_modules/.bin/npm install --no-audit --no-fund
cd $(@:/node_modules=) && ../../node_modules/.bin/npm install --no-audit --no-fund --no-save
$(extension_dists): src/extensions/npm/extensions/dist
cd $(@:/dist=) && ../../node_modules/.bin/npm run build
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment