Makefile 63 B

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