chore: remove unused terraform/opentofu stuff

This commit is contained in:
Kim, Jimin 2024-10-11 18:04:05 +09:00
parent 977eb71fc8
commit cbd9e12fd5
Signed by: pomp
GPG key ID: 2B516173EDD492EB
6 changed files with 4 additions and 54 deletions

View file

@ -6,7 +6,7 @@
"test:unit": "turbo run test:unit --parallel --continue",
"test:e2e": "turbo run test:e2e --parallel --continue",
"lint": "turbo run lint",
"clean": "turbo run clean && rm -rf node_modules .turbo .terraform terraform.tfstate"
"clean": "turbo run clean && rm -rf node_modules .turbo"
},
"devDependencies": {
"@developomp-site/eslint-config": "workspace:*",