5 lines
51 B
Makefile
5 lines
51 B
Makefile
.PHONY: build
|
|
|
|
build:
|
|
npm install
|
|
npm run release
|
.PHONY: build
|
|
|
|
build:
|
|
npm install
|
|
npm run release
|