Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
chore: use vercel instead of versioning node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Park committed May 11, 2022
1 parent 0558e54 commit 51be945
Show file tree
Hide file tree
Showing 12 changed files with 9,457 additions and 42 deletions.
8 changes: 1 addition & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
extends: ['@readme/eslint-config'],
plugins: ['node', 'import'],
root: true,
ignorePatterns: [],
ignorePatterns: ['node_modules', 'dist'],
rules: {
'import/extensions': [
'error',
Expand All @@ -25,12 +25,6 @@ module.exports = {
},
settings: {
'require-await': 'error',
'import/resolver': {
alias: {
map: [['@src', './src']],
extensions: ['.js'],
},
},
},
env: {
jest: true,
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ typings/

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ outputs:
description: "A comment which can be posted to the pull request after the action finishes."
runs:
using: 'node16'
main: 'index.js'
main: 'dist/index.js'
Loading

0 comments on commit 51be945

Please sign in to comment.