From 2d8e7fd8cc6fe4cb29750527f340fa75842b1c8d Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Thu, 27 Jan 2022 18:32:43 +0000 Subject: [PATCH] Another attempt to fix permission error in appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0365009..45c6765 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,6 @@ environment: test_script: - sh: | - chown -R node:node /appveyor/projects + chmod -R 777 /appveyor/projects npm install npm test