jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/340751 )

Change subject: Tooling: Make diffing in check-built-assets verbose
......................................................................


Tooling: Make diffing in check-built-assets verbose

So that it is easier to diagnose what the differences are between the
commited built files and the ones compiled for the check.

Change-Id: Id5394bda910c8218123a87d4604351fe5ae95d1e
---
M package.json
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Bmansurov: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/package.json b/package.json
index 7bd9176..0c9c3c9 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
     "build": "webpack",
     "test": "grunt lint && npm run check-built-assets && npm run test:node",
     "doc": "jsduck",
-    "check-built-assets": "echo 'CHECKING BUILD SOURCES ARE COMMITED' && rm 
-rf test-build && mv resources/dist test-build && npm run build && diff -x 
'*.map' -qr test-build resources/dist && rm -rf test-build",
+    "check-built-assets": "echo 'CHECKING BUILD SOURCES ARE COMMITED' && rm 
-rf test-build && mv resources/dist test-build && npm run build && diff -x 
'*.map' -r test-build resources/dist && rm -rf test-build",
     "test:node": "mw-node-qunit tests/node-qunit/*.js tests/node-qunit/**/*.js 
| tap-dot"
   },
   "devDependencies": {

-- 
To view, visit https://gerrit.wikimedia.org/r/340751
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Id5394bda910c8218123a87d4604351fe5ae95d1e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Popups
Gerrit-Branch: master
Gerrit-Owner: Jhernandez <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to