From 12a76b7ec1c6f9219c057fb0c54ff38f255d0019 Mon Sep 17 00:00:00 2001 From: Tim Pietrusky Date: Thu, 18 Apr 2024 17:39:08 +0200 Subject: [PATCH] fix: remove local postbuild script --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index b790508..57eceda 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "scripts": { "build": "next build", "prebuild": "npm run eslint -- --fix", - "postbuild": "xcopy out\\* C:\\Users\\greg\\AppData\\Roaming\\captain__development__\\Captain_Data\\apps\\fd82ab5b-2ebd-46ea-91f6-7b25cbaf9325\\ /E /H /C /I /Y", "dev": "next dev", "eslint": "eslint \"src/{**/*,*}.{ts,tsx}\"", "lint": "next lint",