Makefile 80 B

12345678910
  1. build:
  2. ./node_modules/.bin/rollup -c
  3. test:
  4. npm test
  5. run-dev:
  6. npm run dev