Skip to content

Commit bab2f99

Browse files
committed
chore(package): added public access in the npm-publish script
1 parent 640218a commit bab2f99

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

696696
// Build and then Publish 'dist' folder to NPM
697697
gulp.task('npm-publish', ['build'], () => {
698-
return execExternalCmd('npm', `publish ${config.outputDir}`)
698+
return execExternalCmd('npm', `publish ${config.outputDir} --access public`)
699699
});
700700

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

0 commit comments

Comments
 (0)