|
179 | 179 | "grunt": "grunt", |
180 | 180 | "lint:jsdoc": "wp-scripts lint-js", |
181 | 181 | "lint:jsdoc:fix": "wp-scripts lint-js --fix", |
182 | | - "env:start": "node ./tools/local-env/scripts/start.js && node ./tools/local-env/scripts/docker.js run -T php composer update -W", |
| 182 | + "env:start": "node ./tools/local-env/scripts/start.js && node ./tools/local-env/scripts/docker.js run -T --rm php composer update -W", |
183 | 183 | "env:stop": "node ./tools/local-env/scripts/docker.js down", |
184 | 184 | "env:restart": "npm run env:stop && npm run env:start", |
185 | 185 | "env:clean": "node ./tools/local-env/scripts/docker.js down -v --remove-orphans", |
186 | 186 | "env:reset": "node ./tools/local-env/scripts/docker.js down --rmi all -v --remove-orphans", |
187 | 187 | "env:install": "node ./tools/local-env/scripts/install.js", |
188 | | - "env:cli": "node ./tools/local-env/scripts/docker.js run cli", |
| 188 | + "env:cli": "node ./tools/local-env/scripts/docker.js run --rm cli", |
189 | 189 | "env:logs": "node ./tools/local-env/scripts/docker.js logs", |
190 | 190 | "env:pull": "node ./tools/local-env/scripts/docker.js pull", |
191 | 191 | "test:performance": "wp-scripts test-playwright --config tests/performance/playwright.config.js", |
192 | | - "test:php": "node ./tools/local-env/scripts/docker.js run php ./vendor/bin/phpunit", |
| 192 | + "test:php": "node ./tools/local-env/scripts/docker.js run --rm php ./vendor/bin/phpunit", |
193 | 193 | "test:coverage": "npm run test:php -- --coverage-html ./coverage/html/ --coverage-php ./coverage/php/report.php --coverage-text=./coverage/text/report.txt", |
194 | 194 | "test:e2e": "wp-scripts test-playwright --config tests/e2e/playwright.config.js", |
195 | 195 | "test:visual": "wp-scripts test-playwright --config tests/visual-regression/playwright.config.js", |
|
0 commit comments