8 lines
82 B
Makefile
8 lines
82 B
Makefile
|
assets-watch:
|
||
|
npm ci
|
||
|
npm run watch
|
||
|
|
||
|
.PHONY: *
|
||
|
|
||
|
# vim: noexpandtab filetype=make
|