Pipeline and build cleanup

This commit is contained in:
2023-05-24 12:39:11 -04:00
parent 81c080f784
commit 6af65a541c
5 changed files with 28 additions and 9 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/",