api-platform / create-client

Generate React or Vue.js-based Progressive Web Apps from an Hydra-enabled API. Also support React Native.
https://api-platform.com/docs/client-generator/
MIT License
369 stars 132 forks source link

Move complex NPM scripts to external shell scripts #354

Closed dunglas closed 1 year ago

dunglas commented 1 year ago

Description
Currently, the functional test scripts are hard to read, and the diff is hard to review when they are changed (example: #353).

React, Next, Vue, and Nuxt test scripts should be moved to external shell scripts for readability.

alanpoulain commented 1 year ago

Done here https://github.com/api-platform/create-client/pull/349.