Adding cypress.
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack --config webpack.dev.js",
|
||||
"prod": "webpack --config webpack.prod.js"
|
||||
"prod": "webpack --config webpack.prod.js",
|
||||
"cypress:open": "cypress open"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
@@ -31,6 +32,7 @@
|
||||
"copy-webpack-plugin": "^5.1.1",
|
||||
"css-loader": "^3.4.2",
|
||||
"css-url-relative-plugin": "^1.0.0",
|
||||
"cypress": "^4.4.1",
|
||||
"favicons-webpack-plugin": "^2.1.0",
|
||||
"file-loader": "^4.3.0",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
|
||||
Reference in New Issue
Block a user