mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-26 13:03:37 +00:00
replace with ci command
This commit is contained in:
parent
8b59f414e1
commit
0e7180f243
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
"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 index.js --out dist",
|
||||||
"postinstall": "cd wrapper && npm install",
|
"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\""
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue