add a make file
This commit is contained in:
parent
a9b04daff5
commit
b754c10371
302
EnotaryoPH/EnotaryoPH.Web/package-lock.json
generated
302
EnotaryoPH/EnotaryoPH.Web/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -20,12 +20,12 @@
|
|||||||
"build": "npm run build:jfa",
|
"build": "npm run build:jfa",
|
||||||
"start": "parcel watch Assets/js/_Jfa.js --dist-dir wwwroot/dist/ --no-source-maps"
|
"start": "parcel watch Assets/js/_Jfa.js --dist-dir wwwroot/dist/ --no-source-maps"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
|
||||||
"parcel": "^2.13.3",
|
|
||||||
"rimraf": "^6.0.1"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@azure/communication-calling": "^1.33.2",
|
"@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
14
make.ps1
Normal 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
6
package-lock.json
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "repo",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user