Update package.json

This commit is contained in:
Axel Olausson Holtenäs 2022-05-21 00:21:52 +02:00 committed by GitHub
parent 557cc9c56b
commit 6c70c645a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
"main": "src/index.ts",
"scripts": {
"test": "jest",
"start": "nodemon .",
"start": "nodemon src/index.ts",
"prettier-format": "prettier \"src/**/*.ts\" --write",
"lint": "eslint ./src --ext .ts",
"prepare": "husky install"