Skip to content

Commit

Permalink
fix: update package settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 committed Jan 14, 2024
1 parent 4892dd5 commit 8797596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 105 deletions.
6 changes: 0 additions & 6 deletions dist/CHANGELOG.md

This file was deleted.

96 changes: 0 additions & 96 deletions dist/package.json

This file was deleted.

6 changes: 3 additions & 3 deletions scripts/update-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

mv dist/CHANGELOG.md ./CHANGELOG.md
mv dist/package.json ./package.json
git add ../CHANGELOG.md ../package.json
cp ./dist/CHANGELOG.md ./CHANGELOG.md
cp ./dist/package.json ./package.json
git add CHANGELOG.md package.json
git commit -m "chore(release): update assets [skip ci]"
git status
git push

0 comments on commit 8797596

Please sign in to comment.