Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
!.env.sample

.idea/
node_modules/
node_modules/
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ All compiled files in `dist` are therefore committed.

1. Set environment variables: `cp .env.example .env` and edit the file
1. Install dependencies: `npm i`
1. Install compiler: `npm i -g @vercel/ncc`
1. Build: `npm run build`
1. Run locally: `npm run start`

Expand Down
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ inputs:
description: 'Path to descriptions.json'
required: true
default: 'docs/description/description.json'
doc_patterns_path:
description: 'Path to patterns.json'
required: false
default: 'docs/patterns.json'
runs:
using: 'node20'
main: 'dist/index.js'
Loading