Skip to content

Commit c140140

Browse files
committed
remove dist
1 parent 9f18059 commit c140140

File tree

4 files changed

+1
-24355
lines changed

4 files changed

+1
-24355
lines changed

build/release.sh

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

1818
# commit
19-
git add -f \
20-
dist/*
2119
git commit -m "build: build $VERSION"
2220
npm version $VERSION --message "build: release $VERSION"
2321

@@ -26,5 +24,5 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
2624
git push
2725

2826
# publish
29-
npm publish
27+
# npm publish
3028
fi

0 commit comments

Comments
 (0)