1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00
copilot/ui/Makefile

16 lines
243 B
Makefile
Raw Normal View History

2016-10-24 14:43:32 +03:00
.PHONY: test
test:
2016-10-24 15:50:02 +03:00
yarn run test
2016-10-24 17:52:46 +03:00
.PHONY: install
install:
yarn install --prefer-offline
2016-10-24 17:52:46 +03:00
.PHONY: install-production
install-production:
yarn install --production --pure-lockfile --prefer-offline
2016-10-24 17:52:46 +03:00
.PHONY: clean
clean:
@rm -rf node_modules