Skip to content

Commit 16ddff4

Browse files
authored
Fixes up issues with the template (actions#36)
* actions#27 remove console.log * actions#16 change author to empty * actions#30 maintain this repo 😄 * actions#8 jest update for eslint * update dependencies * actions#22 generate source maps * actions#21 use prepare instead of package * add `npm run all` to run everything
1 parent 89ae381 commit 16ddff4

File tree

8 files changed

+6263
-2411
lines changed

8 files changed

+6263
-2411
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"env": {
33
"commonjs": true,
44
"es6": true,
5+
"jest": true,
56
"node": true
67
},
78
"extends": "eslint:recommended",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ GitHub Actions will run the entry point from the action.yml. Packaging assembles
7070

7171
Actions are run from GitHub repos. Packaging the action will create a packaged action in the dist folder.
7272

73-
Run package
73+
Run prepare
7474

7575
```bash
76-
npm run package
76+
npm run prepare
7777
```
7878

7979
Since the packaged index.js is run from the dist folder.

dist/index.js

Lines changed: 14 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)