common/scripts/invalidate-build.js (
3
lines of code) (
raw
):
const fs = require('fs'); // Build file to be removed const cachePath = './common/config/.rush'; fs.rmdirSync(cachePath, { recursive: true });