From 5ac5fca48268382998719642284f7f1d62f184ef Mon Sep 17 00:00:00 2001 From: GlassedSilver Date: Sun, 1 May 2022 06:37:12 +0200 Subject: [PATCH] adapt postbuild.mjs to postbuild.js --- package.json | 2 +- src/{postbuild.mjs => postbuild.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{postbuild.mjs => postbuild.js} (100%) diff --git a/package.json b/package.json index 43dd6cb..990a4d0 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "ng": "ng", "start": "ng serve", "build": "ng build --configuration production", - "prebuild": "node src/postbuild.mjs", + "prebuild": "node src/postbuild.js", "heroku-postbuild": "npm install --prefix backend", "test": "ng test", "lint": "ng lint", diff --git a/src/postbuild.mjs b/src/postbuild.js similarity index 100% rename from src/postbuild.mjs rename to src/postbuild.js