Skip to content

Commit 398fe31

Browse files
author
ADMSK\AVROGAL1
committed
docs: updates on workflows
Added information on documentation
1 parent 97af8ce commit 398fe31

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*.zip
1616
*.tar.gz
1717
*.rar
18+
*.map
1819
**/.DS_Store
1920

2021
# License files
@@ -29,6 +30,7 @@ hs_err_pid*
2930
.reporting/
3031
bin/
3132
tmp/
33+
dist/*
3234
build/*
3335
packages/
3436
coverage/
@@ -39,3 +41,6 @@ site/
3941
.cache
4042
node_modules
4143
.vercel
44+
45+
# Build files
46+
!dist/index.js

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ npm run all
66
npm run test:all
77
npm run changelog
88

9-
git add dist/
109
git add docs/
1110
git add src/
1211

12+
git add -f dist/index.js
1313
git add CHANGELOG.md
1414
git add package-lock.json

0 commit comments

Comments
 (0)