Renamed postbuild.mjs to postbuild.js

This commit is contained in:
Isaac Abadi
2022-04-30 23:30:56 -04:00
parent f8a0d14968
commit 0c1568b38d
2 changed files with 44 additions and 1 deletions

View File

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