Skip to content

Commit 7539363

Browse files
committed
feat(package): build schematics when publishing the lib
1 parent 2c3d19f commit 7539363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ gulp.task('create-new-tag', (cb) => {
633633
});
634634

635635
// Build and then Publish 'dist' folder to NPM
636-
gulp.task('npm-publish', ['build'], () => {
636+
gulp.task('npm-publish', ['build', 'build:schematics'], () => {
637637
return execExternalCmd('npm', `publish ${config.outputDir} --access public`)
638638
});
639639

0 commit comments

Comments
 (0)