mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-25 12:47:06 +00:00
no caching
This commit is contained in:
parent
0e7180f243
commit
87ab4b8bee
3 changed files with 5 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue