Commit 817a2bac by Akila Mendis Committed by GD-A-150752

removed posttest from test script

parent dc5c79e5
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"pretest": "tsc", "pretest": "tsc",
"pretestw": "tsc -w", "pretestw": "tsc -w",
"posttest": "allure generate allure-results --clean -o allure-report || true", "posttest": "allure generate allure-results --clean -o allure-report || true",
"test": "protractor ./dist/protractor.conf.js & npm run posttest" "test": "protractor ./dist/protractor.conf.js"
}, },
"author": "Akila Mendis", "author": "Akila Mendis",
"license": "ISC", "license": "ISC",
......
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