remove unnecessary package.json

This commit is contained in:
Corey Butler 2023-03-30 22:22:54 -05:00
parent 7bf8c1e92d
commit a7f17ed0cf
No known key found for this signature in database
GPG Key ID: 2C6540ABFD72766C

View File

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