mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add devDeps install on test call
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
5257a3a43a
commit
0c01e22679
2
Makefile
2
Makefile
@ -59,7 +59,7 @@ build-extensions:
|
||||
$(foreach dir, $(wildcard $(EXTENSIONS_DIR)/*), (cd $(dir) && npm install && npm run build || exit);)
|
||||
|
||||
test-extensions:
|
||||
$(foreach dir, $(wildcard $(EXTENSIONS_DIR)/*), (cd $(dir) && npm run test || exit);)
|
||||
$(foreach dir, $(wildcard $(EXTENSIONS_DIR)/*), (cd $(dir) && npm install --dev && npm run test || exit);)
|
||||
|
||||
build-npm: build-extension-types
|
||||
yarn npm:fix-package-version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user