string literal fixes & npm run postgres:docker

This commit is contained in:
Michael C
2021-07-13 15:45:24 -04:00
parent b5a29675d6
commit 1ba1450e9c
4 changed files with 33 additions and 32 deletions

View File

@@ -7,6 +7,7 @@
"test": "npm run tsc && ts-node test/test.ts",
"dev": "nodemon",
"dev:bash": "nodemon -x 'npm test ; npm start'",
"postgres:docker": "docker run --rm -p 5432:5432 -e POSTGRES_USER=ci_db_user -e POSTGRES_PASSWORD=ci_db_pass postgres:alpine",
"start": "ts-node src/index.ts",
"tsc": "tsc -p tsconfig.json",
"lint": "eslint src test",