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.
#Unneeded dependencies Make sure your task does not download libraries that it is not using actually
#npm test Should evaluate to grunt verify --force
grunt verify --force
#package.json Do not provide repository as it makes it easier to find solution. Mark module as private.
repository
private
#branch name Make sure branch name is something meaningful and reflects tasks main purpose.
#Protractor config
#Coverage
#Build output Should be in /target.
/target
#Run once vs watch
#.gitignore target/
target/