diff --git a/.gitignore b/.gitignore index 6bcd580..7d68e31 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ backup/ -services/api/src/import-excel.ts legacy-cent-app/ node_modules/ dist/ diff --git a/package.json b/package.json index f75b034..960dab9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ "dev:web:tunnel": "npm run dev --workspace @cents/web -- --port 6064", "dev:api": "npm run dev --workspace @cents/api", "user:add": "npm run user:add --workspace @cents/api --", - "data:import": "npm run data:import --workspace @cents/api --", "build": "npm run build --workspaces --if-present", "typecheck": "npm run typecheck --workspaces --if-present", "lint": "npm run lint --workspaces --if-present" diff --git a/services/api/package.json b/services/api/package.json index 45f7c0d..e6b38d8 100644 --- a/services/api/package.json +++ b/services/api/package.json @@ -8,7 +8,6 @@ "start": "tsx src/server.ts", "bootstrap": "tsx src/bootstrap.ts", "user:add": "tsx src/add-user.ts", - "data:import": "tsx src/import-excel.ts", "password:reset": "tsx src/reset-password.ts", "build": "tsc --noEmit", "typecheck": "tsc --noEmit"