Update package.json

This commit is contained in:
Matthieu MOREL
2021-07-15 19:42:40 +02:00
committed by GitHub
parent 78fbe18aed
commit 843ccbc88b

View File

@@ -24,7 +24,7 @@
"cypress": "percy exec -- cypress run", "cypress": "percy exec -- cypress run",
"e2e": "start-server-and-test dev http://localhost:9000/ cypress", "e2e": "start-server-and-test dev http://localhost:9000/ cypress",
"e2e-upd": "yarn lint && jest e2e -u --config e2e/jest.config.js", "e2e-upd": "yarn lint && jest e2e -u --config e2e/jest.config.js",
"dev": "webpack-dev-server --config webpack.config.e2e.js", "dev": "webpack serve --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 test", "prepublishOnly": "yarn build && yarn test",