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 640218a commit bab2f99Copy full SHA for bab2f99
gulpfile.js
@@ -695,7 +695,7 @@ gulp.task('create-new-tag', (cb) => {
695
696
// Build and then Publish 'dist' folder to NPM
697
gulp.task('npm-publish', ['build'], () => {
698
- return execExternalCmd('npm', `publish ${config.outputDir}`)
+ return execExternalCmd('npm', `publish ${config.outputDir} --access public`)
699
});
700
701
// Perfom pre-release checks (no actual release)
0 commit comments