Selaa lähdekoodia

Run npm install before issuing npm run build in Makefile

master
rayburgemeestre 6 vuotta sitten
vanhempi
commit
4a64eae5cb
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile Näytä tiedosto

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

.PHONY: build
build:
npm install
npm run build

.PHONY: dev

Loading…
Peruuta
Tallenna