added clean --all

This commit is contained in:
2017-02-11 23:37:01 +01:00
parent 9b8636b472
commit abf5cd1e24
14 changed files with 458 additions and 113 deletions

View File

@ -11,12 +11,12 @@
"test": "test"
},
"scripts": {
"test": "(npm run clean && npm run compile && npm run setupCheck && npm run check)",
"testDev": "(npm run compile && npm run check)",
"test": "(npm run clean && npm run compile && npm run setupCheck && npm run testStandard && npm run testClean)",
"testStandard": "(cd test/ && node ../dist/index.js)",
"testClean": "(cd test/ && node ../dist/index.js clean --all)",
"clean": "(rm -rf test/)",
"compile": "(npmts --notest)",
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)",
"check": "(cd test/ && node ../dist/index.js)"
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)"
},
"repository": {
"type": "git",
@ -41,6 +41,7 @@
"projectinfo": "^3.0.1",
"qenv": "^1.1.3",
"shelljs": "^0.7.6",
"smartcli": "^2.0.1",
"smartfile": "^4.1.5",
"smartq": "^1.1.0",
"smartstring": "^2.0.22",