fix test script on windows
This commit is contained in:
parent
6768be710e
commit
c126ac0a84
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
"open-config": "node ./bin/open-config.js",
|
||||
"package": "node ./bin/package.js",
|
||||
"start": "electron .",
|
||||
"test": "standard && ./bin/check-deps.js",
|
||||
"test": "standard && node ./bin/check-deps.js",
|
||||
"update-authors": "./bin/update-authors.sh"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue