The publish task (grunt publish) never completes successfully.
Running "npm-publish" task
Warning: Dirty workspace, cannot push to NPM.
?? nuget/Angular-ApiMock.0.3.1.nupkg
Use --force to continue.
Aborted due to warnings.
Need to add the newly created nuget file to git, before it can be commited by grunt bump-commit. Then the grunt npm-publish task should work.
The publish task (
grunt publish
) never completes successfully.Need to add the newly created nuget file to git, before it can be commited by
grunt bump-commit
. Then thegrunt npm-publish
task should work.