Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update build and test commands in package.json
Updated the `build` and `test:ci` scripts in the `package.json` to specify targets explicitly. The `build` script now includes 'server', 'client', and 'nuxt' as build targets, and the `test:ci` script has been adjusted to run tests specifically for these targets. These changes ensure that our CI process is correctly building and testing the relevant parts of our application, aligning with our current project structure and integration needs.
- Loading branch information