mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 13:33:37 +00:00
chore: minify output from ncc
This commit is contained in:
parent
332e11279d
commit
04f0e199f5
4 changed files with 4 additions and 10916 deletions
9151
dist/index.js
vendored
9151
dist/index.js
vendored
File diff suppressed because one or more lines are too long
1765
dist/index1.js
vendored
1765
dist/index1.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -6,7 +6,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 index.js -m --out dist",
|
||||
"postinstall": "cd wrapper && npm install"
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"test": "semistandard --env jest && jest --coverage",
|
||||
"lint": "semistandard --env jest --fix",
|
||||
"build": "ncc build terraform.js --out dist"
|
||||
"build": "ncc build terraform.js -m --out dist"
|
||||
},
|
||||
"author": "",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue