revert postbuild.mjs file-extension change

This commit is contained in:
GlassedSilver
2022-05-01 07:12:00 +02:00
parent 5ac5fca482
commit aea4f52267
2 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"prebuild": "node src/postbuild.js",
"prebuild": "node src/postbuild.mjs",
"heroku-postbuild": "npm install --prefix backend",
"test": "ng test",
"lint": "ng lint",