Skip to content

Commit 3497b1a

Browse files
committed
chore(package): added public access to the npm-publish script
1 parent 22225cb commit 3497b1a

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
@@ -657,7 +657,7 @@ gulp.task('create-new-tag', (cb) => {
657657

658658
// Build and then Publish 'dist' folder to NPM
659659
gulp.task('npm-publish', ['build'], () => {
660-
return execExternalCmd('npm', `publish ${config.outputDir}`)
660+
return execExternalCmd('npm', `publish ${config.outputDir} --access public`)
661661
});
662662

663663
// Perfom pre-release checks (no actual release)

0 commit comments

Comments
 (0)