Update npm install path

This commit is contained in:
Sipke Schoorstra 2020-12-18 12:25:57 +01:00
parent 264fe1ed15
commit ec7b1f9e73

View file

@ -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: