Skip to content

Commit

Permalink
Use vercel/ncc for packaging (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannseman authored Jan 9, 2021
1 parent 0b1a10f commit 8cb4d31
Show file tree
Hide file tree
Showing 12,341 changed files with 44,179 additions and 1,612,174 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,5 @@ public
# DynamoDB Local files
.dynamodb/

!node_modules/
# Node modules
node_modules
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,10 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
minimum_coverage: 75
```
## Development
- Install deps: `npm ci`
- Run tests: `npm run test`
- Run lint: `npm run lint`
- Package application `npm run package`. Remember to run this before committing anything.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ inputs:
default: ''
runs:
using: 'node12'
main: 'index.js'
main: 'dist/index.js'
branding:
icon: 'percent'
color: 'green'
Loading

0 comments on commit 8cb4d31

Please sign in to comment.