mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
12 lines
187 B
Makefile
12 lines
187 B
Makefile
.PHONY: run builddep build
|
|
run:
|
|
npm start
|
|
|
|
builddep:
|
|
npm install imagemin-gifsicle imagemin-jpegtran imagemin-optipng imagemin-pngquant
|
|
|
|
build:
|
|
rm -rf ./dist/
|
|
npm install
|
|
gulp build
|