Skip to content

Commit

Permalink
Merge pull request #270 from UKHomeOffice/fix-create
Browse files Browse the repository at this point in the history
create: Update to latest PLOP command
  • Loading branch information
daniel-ac-martin authored Jun 28, 2021
2 parents ed37683 + c8bd65b commit fcf83b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $(dist_dir)/package.base.json: $(source_dir)/package.json

$(dist_dir)/package.app.json: $(plopfile)
mkdir -p '$(@D)'
./node_modules/.bin/plop --plopfile '$(plopfile)' app 'template' 'Template.'
./node_modules/.bin/plop --plopfile '$(plopfile)' app 'template' 'Template' 'Template.' 'n'
$(strip_package) '$(docs_source_dir)/package.json' > '$(@)'

$(dist_dir)/skel.tar: $(skel_deps)
Expand Down

2 comments on commit fcf83b6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://hods.netlify.app as production
🚀 Deployed on https://60d9194fec58ed22ef2785b9--hods.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.