🥳 Suppress commands

This commit is contained in:
ful1e5 2021-01-28 19:33:49 +05:30
parent 51875b5bc8
commit cb9eacab70

View file

@ -3,16 +3,16 @@ all: install render
.PHONY: all .PHONY: all
install: node_modules package.json install: node_modules package.json
yarn install @yarn install
render: render:
yarn render @yarn render
watch: watch:
yarn watch @yarn watch
node_modules: node_modules:
mkdir -p $@ @mkdir -p $@
clean: clean:
rm -rf node_modules yarn.lock @rm -rf node_modules yarn.lock