Skip to content

Commit 16acb3d

Browse files
committed
some change
1 parent 5a0c2dd commit 16acb3d

6 files changed

+5
-24361
lines changed

.gitignore

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

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

build/release.sh

100644100755
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ echo
1212
if [[ $REPLY =~ ^[Yy]$ ]]; then
1313
echo "Releasing $VERSION ..."
1414

15-
# stash
16-
git stash
17-
18-
# lint
19-
npm run lint
20-
2115
# build
2216
VERSION=$VERSION npm run build
2317

@@ -31,6 +25,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
3125
git push origin refs/tags/v$VERSION
3226
git push
3327

34-
# stash pop
35-
git stash pop
28+
# publish
29+
npm publish
3630
fi

0 commit comments

Comments
 (0)