Skip to content

Commit

Permalink
fix: include node_modules and don't build into dist
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Mar 16, 2022
1 parent 4e959d1 commit e3ecc69
Show file tree
Hide file tree
Showing 11,497 changed files with 972,221 additions and 76,722 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
node_modules
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
npm run build
git add -A
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ outputs:
tag:
description: 'The git tag created'
runs:
using: 'node12'
main: 'dist/index.js'
using: 'node16'
main: 'index.js'
Loading

0 comments on commit e3ecc69

Please sign in to comment.