Bugzilla – Attachment 143983 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), 755 bytes, created by
Jonathan Druart
on 2022-11-17 07:54:21 UTC
(
hide
)
Description:
Bug 32224: Add prettier to yarn commands
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2022-11-17 07:54:21 UTC
Size:
755 bytes
patch
obsolete
>From 9172cd7c4e727d6bb4d4a6b2edd65931c9a1582b 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. >--- > 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.25.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