mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-26 21:13:38 +00:00
no caching
This commit is contained in:
parent
0e7180f243
commit
87ab4b8bee
3 changed files with 5 additions and 2 deletions
3
.github/workflows/continuous-integration.yml
vendored
3
.github/workflows/continuous-integration.yml
vendored
|
|
@ -10,6 +10,9 @@ jobs:
|
||||||
check-dist:
|
check-dist:
|
||||||
name: Check dist/ directory
|
name: Check dist/ directory
|
||||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
|
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
|
||||||
|
with:
|
||||||
|
node-caching: ""
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
|
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "cd wrapper && npm test && cd .. && semistandard --env jest && jest --coverage",
|
"test": "cd wrapper && npm test && cd .. && semistandard --env jest && jest --coverage",
|
||||||
"lint": "cd wrapper && npm run lint && cd .. && semistandard --env jest --fix",
|
"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",
|
"postinstall": "cd wrapper && npm ci",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\""
|
"format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\""
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "semistandard --env jest && jest --coverage",
|
"test": "semistandard --env jest && jest --coverage",
|
||||||
"lint": "semistandard --env jest --fix",
|
"lint": "semistandard --env jest --fix",
|
||||||
"build": "ncc build terraform.js --out dist"
|
"build": "ncc build --no-cache terraform.js --out dist"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue