Set absolute path

This commit is contained in:
Kylart 2019-11-06 16:09:17 +01:00
parent 1424d084b7
commit f651bbc3bd
1 changed files with 2 additions and 2 deletions

View File

@ -44,12 +44,12 @@ install:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- npm install - npm install
- dir bindings/build - dir %APPVEYOR_BUILD_FOLDER%\bindings\build
build: off build: off
test_script: test_script:
- node bindings/example.js - node %APPVEYOR_BUILD_FOLDER%\bindings/example.js
- node --version - node --version
- npm --version - npm --version
- npm run lint - npm run lint