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

@ -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\""