Open ihrahat0 opened 3 hours ago
Latest commit: 25e1733773210b53d7683f10c20386e5160af23e
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
@ihrahat0 is attempting to deploy a commit to the PancakeSwap Team on Vercel.
A member of the Team first needs to authorize it.
PR-Codex overview
This PR focuses on updating the
package.json
file by modifying existing scripts and adding a newclean
script for better build management.Detailed summary
--debug
flag from thebuild
script.vitest
related test scripts:test
,test:watch
, andtest:config
.clean
script to remove the.next
andnode_modules
directories.lint:style
andtypechecks
scripts.