generated from nhcarrigan/template
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
"main": "prod/index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"lint": "eslint ./src --max-warnings 0",
|
||||
"lint": "eslint ./src --max-warnings 0 --ignore-pattern ./src/data",
|
||||
"dev": "NODE_ENV=dev op run --env-file=./dev.env -- tsx watch ./src/index.ts",
|
||||
"build": "tsx ./getDocs.ts && tsc",
|
||||
"start": "op run --env-file=./prod.env -- node ./prod/index.js",
|
||||
|
||||
Reference in New Issue
Block a user