mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[npm/clean] rename to sterilize
This commit is contained in:
parent
4e9e30c7d3
commit
00204a3df2
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
"lintroller": "grunt eslint:fixSource",
|
||||
"mocha": "mocha",
|
||||
"mocha:debug": "mocha --debug-brk",
|
||||
"clean": "grunt scrub"
|
||||
"sterilize": "grunt sterilize"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
@ -4,7 +4,7 @@ import { createInterface } from 'readline';
|
|||
|
||||
export default function (grunt) {
|
||||
|
||||
grunt.registerTask('scrub', function () {
|
||||
grunt.registerTask('sterilize', function () {
|
||||
|
||||
const cmd = 'git clean -fdx';
|
||||
const ignores = [
|
Loading…
Add table
Add a link
Reference in a new issue