Skip to content

Commit

Permalink
fix: server component package scripts merge
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Sep 4, 2021
1 parent 1d4325e commit 3c21c77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ const hooks: IHooks = {
tmplPkg = {
...currPkg,
...tmplPkg,
scripts: {
...currPkg.scripts,
...tmplPkg.scripts,
},
dependencies: {
...currPkg.dependencies,
...tmplPkg.dependencies,
Expand Down

0 comments on commit 3c21c77

Please sign in to comment.