Added e2e tests to prepublish task

This commit is contained in:
Christian Klemm
2019-10-16 22:00:57 +02:00
committed by GitHub
parent f436086aae
commit 42b8ac1235

View File

@@ -26,7 +26,7 @@
"dev": "webpack-dev-server --config webpack.config.e2e.js",
"test": "yarn lint && jest src",
"test:watch": "jest --watch src",
"prepublishOnly": "yarn build && yarn release && yarn test",
"prepublishOnly": "yarn build && yarn release && yarn test && yarn e2e",
"prepush": "yarn test"
},
"repository": {