|
|
@ -86,7 +86,7 @@ |
|
|
"repository": "https://github.com/beaussan/nbx", |
|
|
"repository": "https://github.com/beaussan/nbx", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"postpack": "rm -f oclif.manifest.json", |
|
|
"postpack": "rm -f oclif.manifest.json", |
|
|
"posttest": "eslint . --ext .ts --config .eslintrc", |
|
|
|
|
|
|
|
|
"lint": "eslint . --ext .ts --config .eslintrc", |
|
|
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme", |
|
|
"prepack": "rm -rf lib && tsc -b && oclif-dev manifest && oclif-dev readme", |
|
|
"test": "jest", |
|
|
"test": "jest", |
|
|
"test:watch": "jest --watch", |
|
|
"test:watch": "jest --watch", |
|
|
|