Commit dc523d8b by Akila Mendis Committed by nilu

removed posttest from test script

parent de48f66c
...@@ -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