UNPKG

@accounter/modern-poalim-scraper

Version:

A new architecture for Israeli bank scrapers to hopefully merge into [Israeli-bank-scrapers](https://github.com/eshaham/israeli-bank-scrapers) when they are ready

12 lines (9 loc) 213 B
import { cp } from 'node:fs'; function copySchemas() { cp('./src/__generated__/', './dist/__generated__/', { recursive: true }, err => { if (err) { throw new Error(err); } }); } copySchemas();