Update npm install path
This commit is contained in:
parent
264fe1ed15
commit
ec7b1f9e73
|
|
@ -24,18 +24,14 @@
|
|||
- '%APPDATA%\npm-cache'
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
- cd .\src\dashboards\blazor\ElsaDashboard.Application\ClientApp
|
||||
- npm install
|
||||
- npm install posthtml-cli -g
|
||||
- cd ..\..\..\..\..\
|
||||
build_script:
|
||||
- ps: >-
|
||||
cd .\src\dashboards\blazor\ElsaDashboard.Application\ClientApp
|
||||
|
||||
npm run build:html
|
||||
|
||||
npm run build:css:blazor
|
||||
|
||||
cd ..\..\..\..\..\
|
||||
|
||||
dotnet pack Elsa.sln --include-symbols /p:Version=$env:APPVEYOR_BUILD_VERSION
|
||||
test: off
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Reference in a new issue