Makefile 65 B

123456789
  1. build:
  2. rollup -c
  3. test:
  4. npm test
  5. run-dev:
  6. npm run start:dev