Makefile 151 B

12345678910
  1. test:
  2. ./node_modules/mocha/bin/mocha -u bdd
  3. component:
  4. component build -o ./
  5. standalone:
  6. component build --standalone jsFront -o ./
  7. .PHONY: test