Fix appveyor permission error
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
This commit is contained in:
parent
47b8ac2ebb
commit
442b241aaf
1 changed files with 1 additions and 0 deletions
|
@ -23,5 +23,6 @@ environment:
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- sh: |
|
- sh: |
|
||||||
|
chown -R node:node /appveyor/projects
|
||||||
npm install
|
npm install
|
||||||
npm test
|
npm test
|
||||||
|
|
Loading…
Reference in a new issue