浏览代码

Run npm install before issuing npm run build in Makefile

master
rayburgemeestre 6 年前
父节点
当前提交
4a64eae5cb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile 查看文件



.PHONY: build .PHONY: build
build: build:
npm install
npm run build npm run build


.PHONY: dev .PHONY: dev

正在加载...
取消
保存