Files
appwrite/tests/playwright/global-setup.js
T
2026-01-25 15:20:09 +05:30

6 lines
147 B
JavaScript

const {execSync} = require('node:child_process');
module.exports = async () => {
execSync('composer installer:clean', {stdio: 'inherit'});
};