#1 -Tests automation
Showing
2 changed files
with
22 additions
and
3 deletions
.gitlab-ci.yml
0 → 100644
... | @@ -4,9 +4,8 @@ | ... | @@ -4,9 +4,8 @@ |
4 | "description": "Matrix valition for angular form", | 4 | "description": "Matrix valition for angular form", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1", | 7 | "test": "node_modules/.bin/karma start karma.conf.js --single-run", |
8 | "build": "node_modules/.bin/gulp build", | 8 | "build": "node_modules/.bin/gulp build" |
9 | "postinstall": "npm run build" | ||
10 | }, | 9 | }, |
11 | "author": { | 10 | "author": { |
12 | "name": "Techniv", | 11 | "name": "Techniv", | ... | ... |
-
Please register or sign in to post a comment