QnA/api/makefile
2023-08-29 19:10:54 -06:00

5 lines
No EOL
157 B
Makefile

dev: build
NODE_ENVIRONMENT="development" node dist/main.js
test:
./node_modules/ts-mocha/bin/ts-mocha -r tsconfig-paths/register --paths src/**/*.spec.ts