mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
compability for windows
Without "node" it wouldn´t work on windows setups. I´m tested it and then it works fine.
This commit is contained in:
parent
5ab47e8e8b
commit
39cc2f3e1a
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@
|
|||
"scripts": {
|
||||
"test": "env NODE_ENV=dev NODE_DEBUG=hafas-client node test/index.js",
|
||||
"prepublishOnly": "npm test | tap-spec",
|
||||
"install": "lib/generate-install-id.js >id.json"
|
||||
"install": "node lib/generate-install-id.js >id.json"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue