seriema / angular-apimock

Automatically route your API calls to static JSON files, for hiccup free front–end development.
johansson.jp/angular-apimock
MIT License
65 stars 8 forks source link

Publishing task is broken #54

Closed seriema closed 9 years ago

seriema commented 9 years ago

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.