mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
6bca067c6b
The workflow was using npm workspace commands (-w web) but the repository doesn't have a root package.json configured for workspaces. Updated to use working-directory instead to properly execute commands in the web directory. Changes: - Install dependencies: npm ci in web directory - Run linter: npm run lint in web directory - Run tests: npm run test in web directory - Build project: npm run build in web directory This fixes the "No workspaces found" error that was causing the workflow to fail. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>