Haha!
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2023-05-24 12:35:37 -04:00
parent 35b89062e4
commit 8e5092b943
6 changed files with 489 additions and 444 deletions

View File

@@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"build": "tsc",
"build:production": "tsc -p .",
"build:production": "tsc -p ./tsconfig.production.json",
"format": "prettier:fix && lint:fix",
"lint": "eslint --ext .ts,.tsx src/",
"lint:fix": "eslint --fix --ext .ts,.tsx src/",
@@ -47,5 +47,6 @@
"repository": {
"type": "git",
"url": "https://git.mifi.dev/mifi/auth-db.git"
}
},
"packageManager": "yarn@3.5.1"
}