Browse Source

Run npm install before issuing npm run build in Makefile

master
rayburgemeestre 6 years ago
parent
commit
4a64eae5cb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

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

.PHONY: build
build:
npm install
npm run build

.PHONY: dev

Loading…
Cancel
Save