Simple tests

This commit is contained in:
Vadim Makeev 2016-08-12 00:45:37 +03:00
parent 30e8fd5e36
commit bb0378aeff
1 changed files with 3 additions and 1 deletions

View File

@ -41,11 +41,13 @@
"gulp-rsync": "0.0.6",
"gulp-zip": "^3.2.0",
"merge-stream": "^1.0.0",
"path-exists-cli": "^1.0.0",
"run-sequence": "^1.2.2"
},
"scripts": {
"prepare": "gulp prepare",
"archive": "gulp archive",
"publish": "gulp publish"
"publish": "gulp publish",
"test": "npm run prepare && ls prepared && npm run archive && path-exists archive.zip"
}
}