mirror of
https://github.com/jcreek/jcreek.github.io.git
synced 2026-07-13 19:13:48 +00:00
fix(*): Add missing arguments
This commit is contained in:
@@ -257,7 +257,7 @@ Create the following files:
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nodemon",
|
"dev": "nodemon --legacy-watch",
|
||||||
"lint": "eslint . --ext .ts",
|
"lint": "eslint . --ext .ts",
|
||||||
"fix": "eslint . --ext .ts --fix",
|
"fix": "eslint . --ext .ts --fix",
|
||||||
"build": "rimraf ./dist && tsc",
|
"build": "rimraf ./dist && tsc",
|
||||||
|
|||||||
Reference in New Issue
Block a user