Skip to content

Commit

Permalink
Merge pull request gitleaks#104 from ericcornelissen/improve-build-in…
Browse files Browse the repository at this point in the history
…structions

Update build instructions
  • Loading branch information
weineran authored Nov 19, 2022
2 parents 2693209 + 8f01fbf commit 95ca7fc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Thanks for your interest in contributing to Gitleaks-Action!
```
* Run the build command:
```
ncc build src/index.js
npx ncc build src/index.js
```
* You can use [act](https://github.com/nektos/act) to test Gitleaks-Action on your local machine.
* More info to come on this later
Expand Down
18 changes: 18 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"@actions/tool-cache": "^1.7.2",
"@octokit/rest": "^18.12.0"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0"
},
"license": "SEE LICENSE IN COMMERCIAL-LICENSE.txt",
"name": "gitleaks-github-action"
}

0 comments on commit 95ca7fc

Please sign in to comment.