Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29867566: Issue 6890 - run npm tests in parallel (PENDING) (Closed) Base URL: https://codereview.adblockplus.org/29862580/
Patch Set: Created Aug. 29, 2018, 8:13 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« .gitlab-ci.yml ('K') | « .gitlab-ci.yml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index 6a68b8e13c21e62f7f5b352ca847f77dc7758cb1..ccf87580dfcdcff52204d9495bd428583f7c9135 100644
--- a/package.json
+++ b/package.json
@@ -21,8 +21,8 @@
"selenium-webdriver": "^3.6.0"
},
"scripts": {
+ "pretest": "python ensure_dependencies.py",
"lint": "eslint *.js lib/ qunit/ ext/ test/",
- "test": "mocha",
- "posttest": "npm run lint"
+ "test": "mocha"
}
}
« .gitlab-ci.yml ('K') | « .gitlab-ci.yml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld