no caching

This commit is contained in:
Austin Valle 2023-01-25 12:49:14 -05:00
parent 0e7180f243
commit 87ab4b8bee
3 changed files with 5 additions and 2 deletions

View file

@ -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": {