mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
when compiling frontend, use local webpack
This commit is contained in:
parent
27adabd4f2
commit
103f987504
@ -8,4 +8,4 @@ install:
|
|||||||
|
|
||||||
.PHONY: compile
|
.PHONY: compile
|
||||||
compile: install
|
compile: install
|
||||||
NODE_ENV=production webpack --config webpack/index.js
|
NODE_ENV=production ./node_modules/.bin/webpack --config webpack/index.js
|
||||||
|
Loading…
Reference in New Issue
Block a user