1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2024-12-12 11:45:22 +02:00
factorio-sites/apps/blueprint-image-function/post-build-script.ts

25 lines
373 B
TypeScript

console.log("POST BUILD SCRIPT", __dirname);
/*
yarn nx build blueprint-image-function
1. Add to package.json
"scripts": {
"postinstall": "yarn prisma generate"
},
2. Add to dependencies
"prisma": "3.6.0",
2. Replace prisma generate header
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "debian-openssl-1.1.x"]
}
*/