From 87ab4b8bee28e2cb1246b4faa4da948f8769f16e Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Wed, 25 Jan 2023 12:49:14 -0500 Subject: [PATCH] no caching --- .github/workflows/continuous-integration.yml | 3 +++ package.json | 2 +- wrapper/package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index bdc2a78..c73f056 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -10,6 +10,9 @@ jobs: check-dist: name: Check dist/ directory uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 + with: + node-caching: "" + test: name: Test uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189 diff --git a/package.json b/package.json index f5d940e..59d69d2 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "test": "cd wrapper && npm test && cd .. && semistandard --env jest && jest --coverage", "lint": "cd wrapper && npm run lint && cd .. && semistandard --env jest --fix", - "build": "cd wrapper && npm run build && cd .. && ncc build index.js --out dist", + "build": "cd wrapper && npm run build && cd .. && ncc build --no-cache index.js --out dist", "postinstall": "cd wrapper && npm ci", "prepare": "husky install", "format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\"" diff --git a/wrapper/package.json b/wrapper/package.json index 18f7a86..16a9008 100644 --- a/wrapper/package.json +++ b/wrapper/package.json @@ -8,7 +8,7 @@ "scripts": { "test": "semistandard --env jest && jest --coverage", "lint": "semistandard --env jest --fix", - "build": "ncc build terraform.js --out dist" + "build": "ncc build --no-cache terraform.js --out dist" }, "author": "", "dependencies": {