From 7ac03f2f5b9d988340cddea52d9ab10340c4d0f6 Mon Sep 17 00:00:00 2001 From: StefMa Date: Wed, 2 Oct 2019 10:46:44 +0200 Subject: [PATCH] Set some stuff See https://stackoverflow.com/a/52196681: --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0a39470..a032734 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,6 +76,7 @@ jobs: name: Install now CLI command: | apk add --update npm + npm config set unsafe-perm true npm install -g now@16.3.0 - run: name: Publish to now.sh