Skip to content

Commit

Permalink
chore(readme): add readme to dist (and npmjs)
Browse files Browse the repository at this point in the history
closes #1703
  • Loading branch information
zvonimirfras committed Jan 19, 2021
1 parent 6c708ab commit 1ab7de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const buildReadme = () =>
// =================================
const build = gulp.series(buildAngular, buildI18n);

const buildMeta = gulp.parallel(moveLicense, buildLicense);
const buildMeta = gulp.parallel(moveLicense, buildLicense, buildReadme);

module.exports = {
build,
Expand Down

0 comments on commit 1ab7de4

Please sign in to comment.