mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
Add npm fix script
Change-Id: Iebd8d41d36a3a05d6ff9e07248716ce1ad19668d
This commit is contained in:
parent
28648ef9c9
commit
18df3d31a1
|
@ -3,6 +3,7 @@
|
|||
"private": true,
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
"fix": "grunt --fix test",
|
||||
"selenium-daily": "npm run selenium-test",
|
||||
"selenium-test": "wdio tests/selenium/wdio.conf.js",
|
||||
"api-testing": "mocha tests/api-testing",
|
||||
|
|
Loading…
Reference in a new issue