Skip to content

Commit

Permalink
added cjs and esm files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdugne committed Feb 27, 2021
1 parent e025f68 commit fb11771
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/build-package.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
echo '☢️ preparing package...'
mkdir dist.package
cp readme.md dist.package/.
cp -r dist/cjs dist.package/.
cp -r dist/esm dist.package/.
cp -r src/middlewares dist.package/.
cp readme.md dist.package/.
cp license dist.package/.
cp package.json dist.package/.
cp -r src/middlewares dist.package/.
echo '☢️ dist.package ready.'

0 comments on commit fb11771

Please sign in to comment.