Index: package.json |
diff --git a/package.json b/package.json |
index f5334e8ebb39d6ea56a6aa82e879f0cbc7e1b8fc..fa652c1355ae820c3383b26b54c17be12b3a7f78 100644 |
--- a/package.json |
+++ b/package.json |
@@ -24,7 +24,6 @@ |
"scripts": { |
"pretest": "python ensure_dependencies.py", |
"lint": "eslint *.js lib/ qunit/ ext/ test/", |
- "test": "mocha", |
- "posttest": "npm run lint" |
Sebastian Noack
2018/09/03 19:37:36
Perhaps we can leave this in here, and then in the
tlucas
2018/09/03 21:35:54
Unfortunately it doesn't matter, whether one invok
Sebastian Noack
2018/09/03 21:57:47
I guess we could add another script, e.g. test-onl
tlucas
2018/09/04 07:19:36
Right! Done.
|
+ "test": "mocha" |
} |
} |