5 lines
No EOL
157 B
Makefile
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
|