You've already forked homehub
Release 1.3.0
This commit is contained in:
19
packages/homehub_app/Makefile
Normal file
19
packages/homehub_app/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
PHONY: clean dev lint test build publish
|
||||
|
||||
clean:
|
||||
rm -rf lib/
|
||||
|
||||
dev:
|
||||
yarn dev
|
||||
|
||||
lint:
|
||||
yarn lint
|
||||
|
||||
test:
|
||||
yarn test --single-run
|
||||
|
||||
build: clean
|
||||
yarn build
|
||||
|
||||
publish:
|
||||
npm publish
|
||||
Reference in New Issue
Block a user