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 6e5edfb commit 37c3f6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 107 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.

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

ls -al
echo "----------------------------"
cp CHANGELOG.md ../CHANGELOG.md
cp package.json ../package.json
cd ..
ls -al
echo "--------------------------------------------------------"
git add CHANGELOG.md package.json
rm -rf dist
git add CHANGELOG.md package.json dist
git commit -m "chore(release): update assets [skip ci]"
git status
git push

0 comments on commit 37c3f6d

Please sign in to comment.