Makefile 204 B

1234567891011
  1. all: run
  2. node_modules: package.json
  3. meteor yarn
  4. run: node_modules ../filog
  5. ( cd ../filog ; meteor yarn compile)
  6. pwd
  7. rm -fr node_modules
  8. meteor yarn
  9. MONGO_URL=mongodb://localhost/filog_demo meteor