install wp-env
This commit is contained in:
parent
1d216d3a98
commit
6e9dabf366
File diff suppressed because it is too large
Load Diff
|
@ -14,6 +14,7 @@
|
|||
"build-watch": "grunt watch",
|
||||
"build:zip": "./bin/build-zip.sh",
|
||||
"lint:js": "eslint assets/js --ext=js",
|
||||
"wp-env": "wp-env",
|
||||
"docker:up": "npm explore @woocommerce/e2e-environment -- npm run docker:up",
|
||||
"docker:down": "npm explore @woocommerce/e2e-environment -- npm run docker:down",
|
||||
"test:e2e": "npm explore @woocommerce/e2e-environment -- npm run test:e2e",
|
||||
|
@ -31,6 +32,7 @@
|
|||
"@jest/test-sequencer": "^25.0.0",
|
||||
"@woocommerce/e2e-environment": "file:tests/e2e/env",
|
||||
"@wordpress/e2e-test-utils": "4.3.1",
|
||||
"@wordpress/env": "^1.3.0",
|
||||
"autoprefixer": "9.7.5",
|
||||
"babel-eslint": "10.1.0",
|
||||
"chai": "4.2.0",
|
||||
|
|
Loading…
Reference in New Issue