Bugzilla – Attachment 144015 Details for
Bug 32224
Add cypress and prettier to the yarn commands
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32224: Add prettier to yarn commands
Bug-32224-Add-prettier-to-yarn-commands.patch (text/plain), 811 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2022-11-17 17:03:16 UTC
(
hide
)
Description:
Bug 32224: Add prettier to yarn commands
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-11-17 17:03:16 UTC
Size:
811 bytes
patch
obsolete
>From 5a9f7490a192f0d2af1606dc8b27d585e137d4e0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 17 Nov 2022 08:53:40 +0100 >Subject: [PATCH] Bug 32224: Add prettier to yarn commands > >xt/vue_tidy.t was failing with: > error Command "prettier" not found. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > package.json | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/package.json b/package.json >index 3896df37cfc..31f60bb9800 100644 >--- a/package.json >+++ b/package.json >@@ -46,7 +46,8 @@ > "watch_js": "webpack --mode development --watch", > "css": "gulp css", > "watch": "gulp watch", >- "cypress": "cypress" >+ "cypress": "cypress", >+ "prettier": "prettier" > }, > "repository": { > "type": "git", >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32224
:
143943
|
143969
|
143983
|
144014
| 144015