Przeglądaj źródła

Run npm install before issuing npm run build in Makefile

master
rayburgemeestre 6 lat temu
rodzic
commit
4a64eae5cb
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Wyświetl plik

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

.PHONY: build
build:
npm install
npm run build

.PHONY: dev

Ładowanie…
Anuluj
Zapisz