Fichiers obligatoires package Debian

This commit is contained in:
2015-10-20 17:17:42 +02:00
parent 73ed7ef4e2
commit 4df989270e
7 changed files with 19 additions and 7 deletions

View File

@ -3,8 +3,9 @@
build: clean
npm run build
clean:
clean: install-deps
npm run clean
install: build
env
install-deps:
./scripts/install-build-deps.sh
npm install