mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-06 02:26:45 +00:00
Make test script work on windows (#481)
This commit is contained in:
parent
7e8d988589
commit
978303699f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"node": "7.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node_modules/remark-cli/cli.js README.md -f"
|
||||
"test": "node ./node_modules/remark-cli/cli.js README.md -f"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in a new issue