add a make file

This commit is contained in:
jojo aquino 2025-04-13 00:35:36 +01:00
parent a9b04daff5
commit b754c10371
4 changed files with 53 additions and 279 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,12 +20,12 @@
"build": "npm run build:jfa",
"start": "parcel watch Assets/js/_Jfa.js --dist-dir wwwroot/dist/ --no-source-maps"
},
"devDependencies": {
"parcel": "^2.13.3",
"rimraf": "^6.0.1"
},
"dependencies": {
"@azure/communication-calling": "^1.33.2",
"@azure/communication-common": "^2.3.1"
"@azure/communication-common": "^2.3.1",
"parcel": "^2.13.3",
"buffer": "^6.0.3",
"process": "^0.11.10",
"rimraf": "^6.0.1"
}
}

14
make.ps1 Normal file
View File

@ -0,0 +1,14 @@
param(
[Parameter(Mandatory=$True, Position=0, ValueFromPipeline=$false)]
[System.String]
$OutputDir
)
cd EnotaryoPH/EnotaryoPH.Web
npm install --production
dotnet publish EnotaryoPH.Web.csproj --nologo --output $OutputDir

6
package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "repo",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}