mirror of
https://github.com/jcreek/jcreek.github.io.git
synced 2026-07-12 18:43:50 +00:00
fix(*): Add missing arguments
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user