Skip to content

Commit 2c0bfab

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on workflows
Added information on documentation
1 parent c055cd0 commit 2c0bfab

File tree

6 files changed

+11
-1
lines changed

6 files changed

+11
-1
lines changed

β€Ž.gitignoreβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,7 @@ node_modules
6262
.vercel
6363

6464
# Build files
65+
!dist/action.js
66+
!dist/esprima.js
6567
!dist/index.js
68+
!dist/module.js

β€Ž.husky/pre-commitβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ git add src/
1111
git add tests/
1212
git add typings/
1313

14+
git add -f dist/action.js
15+
git add -f dist/esprima.js
1416
git add -f dist/index.js
17+
git add -f dist/module.js
18+
1519
git add CHANGELOG.md
1620
git add package-lock.json

β€Ždist/action.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/esprima.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/index.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ždist/module.jsβ€Ž

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)