diff --git a/scripts/blueprints/check-json-schemas.js b/scripts/blueprints/check-json-schemas.js index f3856cf0c72..118ad0f8d0c 100755 --- a/scripts/blueprints/check-json-schemas.js +++ b/scripts/blueprints/check-json-schemas.js @@ -1,5 +1,7 @@ #!/usr/bin/env node +// Remember to run 'npm install' from inside this directory first. + const log = console.log; const acmeGolden = "../../plutus-tx-plugin/test/Blueprint/Acme.golden.json"; const Ajv2020 = require("ajv/dist/2020"); diff --git a/package-lock.json b/scripts/blueprints/package-lock.json similarity index 100% rename from package-lock.json rename to scripts/blueprints/package-lock.json diff --git a/package.json b/scripts/blueprints/package.json similarity index 100% rename from package.json rename to scripts/blueprints/package.json