This commit is contained in:
Leandro Facchinetti 2021-03-13 23:36:58 +00:00
parent f79a1781f8
commit 07d722cc2a
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
"bugs": "https://github.com/leafac/kill-the-newsletter/issues",
"homepage": "https://github.com/leafac/kill-the-newsletter#readme",
"scripts": {
"start": "ts-node-dev --poll src/index.ts configuration.local.js",
"start": "ts-node-dev --poll src/index.ts configuration.development.js",
"test": "prettier --check \"src/**/*\" --end-of-line auto && jest",
"prepare": "tsc"
},