Another attempt to fix permission error in appveyor
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
442b241aaf
commit
2d8e7fd8cc
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ environment:
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- sh: |
|
- sh: |
|
||||||
chown -R node:node /appveyor/projects
|
chmod -R 777 /appveyor/projects
|
||||||
npm install
|
npm install
|
||||||
npm test
|
npm test
|
||||||
|
|
Loading…
Reference in a new issue