mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-14 18:13:45 +00:00
fix the right build entrypoint
This commit is contained in:
parent
272c40f535
commit
5099ea65b2
3 changed files with 5798 additions and 4 deletions
|
|
@ -45,7 +45,7 @@ inputs:
|
|||
required: false
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/entry.js'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'unlock'
|
||||
color: 'gray-dark'
|
||||
|
|
|
|||
5796
dist/index.js
vendored
5796
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -4,7 +4,7 @@
|
|||
"description": "A Github Action that allows you to consume vault secrets as secure environment variables.",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "ncc build src/index.js -o dist",
|
||||
"build": "ncc build src/entry.js -o dist",
|
||||
"test": "jest",
|
||||
"test:integration:basic": "jest -c integrationTests/basic/jest.config.js",
|
||||
"test:integration:enterprise": "jest -c integrationTests/enterprise/jest.config.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue