build: Add start and watch commands
This commit is contained in:
@@ -22,3 +22,7 @@ build: node_modules dist/minified
|
||||
@echo Minifying
|
||||
$(foreach file, $(wildcard dist/*.js), $(call minify, $(file)))
|
||||
$(shell ls -lah ./dist/minified)
|
||||
|
||||
.PHONY: watch
|
||||
watch:
|
||||
npm start
|
||||
|
||||
Reference in New Issue
Block a user