Skip to content

Commit 44fae83

Browse files
committed
feat: Enhance development scripts and improve accessibility features
- Updated `package.json` to enhance the `dev` script for stopping processes before starting the development server. - Added a new `dev:stop` script to streamline the process of killing conflicting processes. - Improved accessibility in the UI by adjusting button styles and ensuring minimum touch target sizes. - Refactored the `unlock-sdk-integration.test.ts` to conditionally skip integration tests based on an environment variable. - Updated README to reflect changes in stopping development processes. These changes improve the development workflow and enhance accessibility across the application.
1 parent 98aaecd commit 44fae83

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+11236
-710
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ contracts/
286286
#### Port Conflicts
287287
- Client: Port 3000
288288
- Anvil: Port 8545
289-
- **Solution**: Kill conflicting processes with `pnpm stop`
289+
- **Solution**: Kill conflicting processes with `pnpm dev:stop`
290290

291291
#### Contract Changes Not Reflecting
292292
1. Check `contracts/anvil.log` for blockchain errors

0 commit comments

Comments
 (0)