Skip to content

Commit

Permalink
chore: remove package.json file
Browse files Browse the repository at this point in the history
Signed-off-by: Jefferson <[email protected]>
  • Loading branch information
riosje committed Feb 27, 2024
1 parent 5b95e2a commit 14b2761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"build": "ncc build -o dist/setup src/setup-nsolid.js",
"build": "ncc build -o dist/setup src/setup-nsolid.js && rm -rf dist/setup/package.json",
"format-check": "biome format ./",
"format": "biome format --write ./",
"lint": "biome lint ./",
Expand Down

0 comments on commit 14b2761

Please sign in to comment.