Skip to content

Commit deea58f

Browse files
committed
minor change
1 parent c140140 commit deea58f

5 files changed

+24354
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ yarn-error.log*
1212
*.sln
1313

1414
docs/docsify-demo-box-react.js
15-
dist/

build/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
1616
VERSION=$VERSION npm run build
1717

1818
# commit
19+
git add -f \
20+
dist/*
1921
git commit -m "build: build $VERSION"
2022
npm version $VERSION --message "build: release $VERSION"
2123

0 commit comments

Comments
 (0)