Ver código fonte

Run npm install before issuing npm run build in Makefile

master
rayburgemeestre 6 anos atrás
pai
commit
4a64eae5cb
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Ver arquivo

@@ -11,6 +11,7 @@ prepare:

.PHONY: build
build:
npm install
npm run build

.PHONY: dev

Carregando…
Cancelar
Salvar