blob: 88ed99cf4ce46364abb7164e57c4e7a4f66bcbc1 (
plain) (
blame)
1
2
3
4
5
6
|
import { writeFileSync } from "fs";
writeFileSync(import.meta.dir + "/postinstall.txt", `i ran!`);
// TODO: postinstall doesnt run sharp's scripts yet :(
// import "sharp";
|