Add command script to run the unit tests
This commit is contained in:
parent
9ffdfd3401
commit
da82bea77c
|
@ -28,6 +28,7 @@
|
|||
"test:e2e": "npm explore @woocommerce/e2e-environment -- npm run test:e2e",
|
||||
"test:e2e-debug": "npm explore @woocommerce/e2e-environment -- npm run test:e2e-debug",
|
||||
"test:e2e-dev": "npm explore @woocommerce/e2e-environment -- npm run test:e2e-dev",
|
||||
"test:unit": "./vendor/bin/phpunit",
|
||||
"makepot": "composer run-script makepot",
|
||||
"packages:fix:textdomain": "node ./bin/package-update-textdomain.js",
|
||||
"publish-packages": "lerna publish from-package",
|
||||
|
|
Loading…
Reference in New Issue