fix(*): Add missing arguments

This commit is contained in:
Josh Creek
2022-11-21 13:29:19 +00:00
parent 0ce77aa420
commit 263e6959d3
+1 -1
View File
@@ -257,7 +257,7 @@ Create the following files:
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "nodemon",
"dev": "nodemon --legacy-watch",
"lint": "eslint . --ext .ts",
"fix": "eslint . --ext .ts --fix",
"build": "rimraf ./dist && tsc",