From 2ddcee72b58cbf2b601c772ab8f515673369eb87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20My=C5=9Bliwiec?= Date: Thu, 15 Jun 2023 13:42:12 +0200 Subject: [PATCH] ci: update config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b8f7fa4..67717d09 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ aliases: - &install-deps run: name: Install dependencies - command: npm ci + command: npm ci --ignore-scripts - &build-packages run: name: Build @@ -22,12 +22,12 @@ jobs: - checkout - run: name: Update NPM version - command: sudo npm install -g npm@latest + command: sudo npm install -g npm@latest --ignore-scripts - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: name: Install dependencies - command: npm ci + command: npm ci --ignore-scripts - save_cache: key: dependency-cache-{{ checksum "package.json" }} paths: