mkdir -p node_modules
cp -a test/packages/* node_modules/ || true
node /usr/share/nodejs/webpack-cli/bin/cli.js --config test/scenarios/webpack5/webpack.config.js
node /usr/share/nodejs/webpack-cli/bin/cli.js --config test/scenarios/webpack5/webpack.config.contenthash.js
mocha 'test/**/*.spec.js'
