diff --git a/.gitignore b/.gitignore index 866029f09..4d302f713 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ yarn-error.log .idea composer.lock grump-report.txt +.phpintel diff --git a/package.json b/package.json index 6e5a27e0d..664f4795d 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "jest:update": "jest -u", "lint": "eslint .", "php:copy": "./node_modules/@ecl-twig/php-storybook/resources/get-assets.js", - "php-clean:eu": "rimraf build php/packages/eu php/dist/eu", - "php-clean:ec": "rimraf build php/packages/ec php/dist/ec", + "php-clean:eu": "rimraf php/packages/eu php/dist/eu", + "php-clean:ec": "rimraf php/packages/ec php/dist/ec", "php:dist": "npm-run-all php:clean render-php-js storybook-build-php:* php:copy php:dist-fix", "php:clean": "npm-run-all php-clean:*", "php:dist-fix": "./node_modules/@ecl-twig/php-storybook/resources/fix-build.js",