Makefile 71 B

1234567
  1. .PHONY: dist build
  2. build:
  3. @npm run build
  4. dev: install
  5. @npm run dev