Commit bb0378ae authored by Vadim Makeev's avatar Vadim Makeev

Simple tests

parent 30e8fd5e
...@@ -41,11 +41,13 @@ ...@@ -41,11 +41,13 @@
"gulp-rsync": "0.0.6", "gulp-rsync": "0.0.6",
"gulp-zip": "^3.2.0", "gulp-zip": "^3.2.0",
"merge-stream": "^1.0.0", "merge-stream": "^1.0.0",
"path-exists-cli": "^1.0.0",
"run-sequence": "^1.2.2" "run-sequence": "^1.2.2"
}, },
"scripts": { "scripts": {
"prepare": "gulp prepare", "prepare": "gulp prepare",
"archive": "gulp archive", "archive": "gulp archive",
"publish": "gulp publish" "publish": "gulp publish",
"test": "npm run prepare && ls prepared && npm run archive && path-exists archive.zip"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment