1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-10 21:30:06 +02:00
copilot/frontend/Makefile
2016-10-20 10:58:19 +01:00

8 lines
90 B
Makefile

.PHONY: test
test:
npm run test
.PHONY: install
install:
npm install --quiet --no-spin