Bug 32224: Add cypress to yarn commands
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 16 Nov 2022 08:19:12 +0000 (09:19 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Thu, 17 Nov 2022 17:08:00 +0000 (14:08 -0300)
commit50140c16c23606072d8fea3df0dbdf0ac12ab008
treee1229076a1c31507e63745681e9bb54e236a1f94
parent98aaabee9fc25bcc2c438aea0cd144d0d96b4782
Bug 32224: Add cypress to yarn commands

Either I am missing something obvious, or we need to add cypress to the scripts of package.json

With /kohadevbox/node_modules only (ie. without $SYNC_REPO/node_modules), I cannot run
  yarn run cypress run

`cypress run` is working with an adjusted PATH (see https://gitlab.com/koha-community/koha-testing-docker/-/issues/313#note_1173792905) but I think both should work.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
package.json