Skip to content

Commit

Permalink
fix: add files
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Nov 15, 2019
1 parent 3f94980 commit 5881097
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# npm-install

> GitHub Action for install npm dependencies with caching without any configuration
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "npm-install",
"version": "0.0.0-development",
"description": "GitHub Action for install npm dependencies with caching without any configuration",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Write tests\"",
"build": "ncc build -o dist index.js",
Expand Down Expand Up @@ -48,5 +48,10 @@
"hooks": {
"pre-commit": "npm run build"
}
}
},
"files": [
"action.yml",
"index.js",
"dist"
]
}

0 comments on commit 5881097

Please sign in to comment.