fix(ci): add build command to package.json

This commit is contained in:
2018-05-18 13:17:52 +02:00
parent c4ee967ca9
commit 14761a442e
8 changed files with 915 additions and 337 deletions

View File

@ -12,6 +12,7 @@
},
"scripts": {
"test": "(npm run clean && npm run compile && npm run setupCheck && npm run testStandard && npm run testSpeed)",
"build": "echo \"no build script required for now\"",
"testStandard": "(cd test/ && node ../dist/index.js)",
"testSpeed": "(cd test/ && node ../dist/index.js speedtest)",
"testClean": "(cd test/ && node ../dist/index.js clean --all)",
@ -34,17 +35,16 @@
"homepage": "https://gitlab.com/gitzone/npmdocker#README",
"devDependencies": {},
"dependencies": {
"@pushrocks/smartcli": "^3.0.1",
"@types/shelljs": "0.x.x",
"beautylog": "^6.1.10",
"npmextra": "^2.0.9",
"projectinfo": "^3.0.4",
"qenv": "^1.1.7",
"smartanalytics": "^2.0.9",
"smartcli": "^2.0.7",
"smartfile": "^4.2.26",
"smartq": "^1.1.6",
"smartshell": "^1.0.18",
"smartstring": "^2.0.24",
"typings-global": "^1.0.20"
"smartstring": "^2.0.24"
}
}