mirror of
https://github.com/cypress-io/cypress.git
synced 2025-12-18 04:46:03 -06:00
- Moves graphql-codegen config to the root, which will serve all packages needing it - Adds gulpfile for coordinating scripts related to dev environment in launchpad app - yarn dev from the root runs yarn gulp dev, which: Runs autobarrel for rolling up the @packages/graphql files Cleans the dist & cache for .vite Starts the a codegen watcher for Nexus Starts the graphql-codegen --watch & highlights output Starts vite servers for launchpad & app Starts electron watch.js
3 lines
68 B
JavaScript
3 lines
68 B
JavaScript
require('@packages/ts/register')
|
|
require('./scripts/gulp/gulpfile')
|