adapt postbuild.mjs to postbuild.js

pull/577/head
GlassedSilver 4 years ago
parent 7874f1b71a
commit 5ac5fca482

@ -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",

Loading…
Cancel
Save