adapt postbuild.mjs to postbuild.js

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

View File

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