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 265e9d1 commit 0a88fcf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 104 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.

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

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

0 comments on commit 0a88fcf

Please sign in to comment.