11 lines
74 B
Makefile
11 lines
74 B
Makefile
|
|
|
|
build: clean
|
|
npm run build
|
|
|
|
clean:
|
|
npm run clean
|
|
|
|
install: build
|
|
env
|