mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
Gruntfile.js: Add semicolon in "_update-shrinkwrap" task.
This commit is contained in:
parent
94472ee74a
commit
59171b3377
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ module.exports = function (grunt) {
|
|||
var done = this.async();
|
||||
npmShrinkwrap({ dev: true, dirname: __dirname }, function (err) {
|
||||
if (err) {
|
||||
grunt.fail.warn(err)
|
||||
grunt.fail.warn(err);
|
||||
}
|
||||
var dest = 'test-infra/npm-shrinkwrap.json';
|
||||
fs.renameSync('npm-shrinkwrap.json', dest);
|
||||
|
|
|
|||
Loading…
Reference in a new issue