Some checks failed
E2E Playwright - Studio Panel / playwright-e2e (push) Has been cancelled
6 lines
298 B
JavaScript
6 lines
298 B
JavaScript
#!/usr/bin/env node
|
|
// Deprecated: rollup-plugin-copy now handles copying CSS files into dist.
|
|
// Keeping this script for backward compatibility/history. It will not perform any action.
|
|
console.log('scripts/copy-css.js is deprecated; rollup-plugin-copy handles CSS copying now.');
|
|
process.exit(0);
|