Skip to content

Commit

Permalink
feature: simplify package json during build (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
levivilet authored Oct 11, 2024
1 parent 517b492 commit 6f36056
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ delete packageJson.scripts
delete packageJson.devDependencies
delete packageJson.prettier
delete packageJson.jest
delete packageJson.xo
delete packageJson.directories
delete packageJson.nodemonConfig
packageJson.version = version
packageJson.main = 'dist/fileSearchWorkerMain.js'

Expand Down

0 comments on commit 6f36056

Please sign in to comment.