makefile: added generate packages

This commit is contained in:
Marcin Kuzminski 2019-02-04 23:44:07 +01:00
parent 2b56500039
commit 33bec89cad

View file

@ -1,5 +1,5 @@
.PHONY: clean docs docs-clean docs-cleanup test test-clean test-only test-only-postgres test-only-mysql web-build
.PHONY: clean docs docs-clean docs-cleanup test test-clean test-only test-only-postgres test-only-mysql web-build generate-pkgs
NODE_PATH=./node_modules
WEBPACK=./node_binaries/webpack
@ -51,3 +51,5 @@ docs-cleanup:
web-build:
NODE_PATH=$(NODE_PATH) $(GRUNT)
generate-pkgs:
nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses"