This commit is contained in:
Andrew Nicols 2018-09-25 08:35:08 +08:00
commit 1a9fc39277
2 changed files with 1352 additions and 1690 deletions

View File

@ -263,7 +263,9 @@ script:
grunt ;
# Add all files to the git index and then run diff --cached to see all changes.
# This ensures that we get the status of all files, including new files.
# We ignore npm-shrinkwrap.json to make the tasks immune to npm changes.
git add . ;
git reset -- npm-shrinkwrap.json ;
git diff --cached --exit-code ;
fi

3040
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff