remove unnecessary package.json

This commit is contained in:
Corey Butler 2023-03-30 22:24:23 -05:00
parent 6fcf0f5d76
commit 2fc52f0651
No known key found for this signature in database
GPG Key ID: 2C6540ABFD72766C

View File

@ -28,7 +28,7 @@ jobs:
cd ./dist
mkdir -p ./node_modules
npm i
rm ./dist/package.json
rm ./package.json
- name: Commit Build Artifacts
env: