Skip to content

Commit

Permalink
chore: sanitize gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
techfg committed Dec 24, 2024
1 parent 22ee2a4 commit d915c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ module.exports = function (grunt) {
failOnError: true
},
npmpublish: {
command: 'npm publish --otp 697464'
command: 'npm publish'
},
npmpublishpre: {
command: 'npm publish --tag next'
Expand Down

0 comments on commit d915c1c

Please sign in to comment.