mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-08 00:09:39 +00:00
Fixes up issues with the template (#36)
* #27 remove console.log * #16 change author to empty * #30 maintain this repo 😄 * #8 jest update for eslint * update dependencies * #22 generate source maps * #21 use prepare instead of package * add `npm run all` to run everything
This commit is contained in:
@ -70,10 +70,10 @@ GitHub Actions will run the entry point from the action.yml. Packaging assembles
|
||||
|
||||
Actions are run from GitHub repos. Packaging the action will create a packaged action in the dist folder.
|
||||
|
||||
Run package
|
||||
Run prepare
|
||||
|
||||
```bash
|
||||
npm run package
|
||||
npm run prepare
|
||||
```
|
||||
|
||||
Since the packaged index.js is run from the dist folder.
|
||||
|
Reference in New Issue
Block a user