mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
don't update lock file on build
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
d08cac81c4
commit
86fe900647
2
Makefile
2
Makefile
@ -77,7 +77,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(extension_node_modules): node_modules
|
$(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
|
$(extension_dists): src/extensions/npm/extensions/dist
|
||||||
cd $(@:/dist=) && ../../node_modules/.bin/npm run build
|
cd $(@:/dist=) && ../../node_modules/.bin/npm run build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user