#338 [#183] testnet deploy script FIXED#579
Conversation
…deploy-script-FIX
Removed various scripts, dependencies, and devDependencies from package-lock.json.
|
@Kappa16 is attempting to deploy a commit to the ezedikeevan's projects Team on Vercel. A member of the Team first needs to authorize it. |
| deployedAt: new Date().toISOString(), | ||
| }; | ||
|
|
||
| writeFileSync(deploymentPath, JSON.stringify(deploymentData, null, 2) + '\n', 'utf8'); |
|
|
||
| let output = ''; | ||
| try { | ||
| output = execSync(deployCmd, { encoding: 'utf8' }).trim(); |
ezedike-evan
left a comment
There was a problem hiding this comment.
Hi @Kappa16 — this PR appears to revert package-lock.json to a previous state, but there's no linked issue and no closing keyword in the body. Lockfile-reverting PRs without context are hard to assess. Please link the relevant issue or explain the motivation so we can review.
|
I'll jump right on it as soon as possible |
determined-001
left a comment
There was a problem hiding this comment.
Multiple CI failures need to be resolved before this can merge: check (node 20), check (node 22), commitlint, lint-pr-title, and CodeQL are all failing. Please fix each and push so the checks go green.
ezedike-evan
left a comment
There was a problem hiding this comment.
The following CI checks are still failing and need to be fixed before this can merge: check (node 20), check (node 22), commitlint, and CodeQL. Please investigate each failure, fix the root cause, and push.
i reverted the package-lock.json file back to its original state ...
CLOSE #338