We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22225cb commit 3497b1aCopy full SHA for 3497b1a
gulpfile.js
@@ -657,7 +657,7 @@ gulp.task('create-new-tag', (cb) => {
657
658
// Build and then Publish 'dist' folder to NPM
659
gulp.task('npm-publish', ['build'], () => {
660
- return execExternalCmd('npm', `publish ${config.outputDir}`)
+ return execExternalCmd('npm', `publish ${config.outputDir} --access public`)
661
});
662
663
// Perfom pre-release checks (no actual release)
0 commit comments