Skip to content

Commit

Permalink
fix: remove local postbuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 18, 2024
1 parent 9ed3263 commit 12a76b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 12a76b7

Please sign in to comment.