Skip to content
Snippets Groups Projects
Commit 09ba9e9a authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(webpack): removed webpack.config.js from deploy

parent 92ef79fe
No related branches found
No related tags found
No related merge requests found
variables:
WPDESK_CI_VERSION: "2023.11.22"
WPDESK_CI_VERSION: "2023.12.18"
MYSQL_ROOT_PASSWORD: "mysql"
MYSQL_DATABASE: "wptest"
MYSQL_USER: "mysql"
......
......@@ -75,7 +75,7 @@ hooks docs refresh:
- rm -rf build-coverage release tests docs .git .editorconfig .gitignore .gitlab-ci.yml apigen.neon phpunit.xml acceptance test_soap.php .gitlab
- rm -rf composer.json composer.lock auth.json phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml composer.phar wp-cli.phar functional tmp_artifacts .tmp tools codeception.dist.yml .env.testing wp-install.sh
- rm -rf phpcs.xml.dist phpunit-integration.xml phpunit-unit.xml wp-cli.phar functional tmp_artifacts scoper.inc.php phpstan.dist phpstan.neon.dist
- rm -rf assets-src package.json package-lock.json .babelrc webpack.mix.js README.md
- rm -rf assets-src package.json package-lock.json .babelrc webpack.mix.js webpack.config.js README.md
- find ./vendor -type d -name "tests" -exec rm -rf {} \; 2>/dev/null || (exit 0)
- find ./vendor -name "LICENSE" -delete
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment