revert postbuild.mjs file-extension change

pull/577/head
GlassedSilver 3 years ago
parent 5ac5fca482
commit aea4f52267

@ -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.js", "prebuild": "node src/postbuild.mjs",
"heroku-postbuild": "npm install --prefix backend", "heroku-postbuild": "npm install --prefix backend",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",

Loading…
Cancel
Save