joyent-portal/ui/Makefile

16 lines
209 B
Makefile

.PHONY: test
test:
yarn run test
.PHONY: install
install:
yarn install
.PHONY: install-production
install-production:
yarn install --production --pure-lockfile
.PHONY: clean
clean:
@rm -rf node_modules