mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-14 07:04:47 -04:00
🥳 Suppress commands
This commit is contained in:
parent
51875b5bc8
commit
cb9eacab70
1 changed files with 5 additions and 5 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue