mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 01:39:53 +02:00
Added e2e tests to prepublish task
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
"dev": "webpack-dev-server --config webpack.config.e2e.js",
|
"dev": "webpack-dev-server --config webpack.config.e2e.js",
|
||||||
"test": "yarn lint && jest src",
|
"test": "yarn lint && jest src",
|
||||||
"test:watch": "jest --watch 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"
|
"prepush": "yarn test"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Reference in New Issue
Block a user