Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonGvili committed Jun 8, 2020
1 parent 178f500 commit 0f7a74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/invoke.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ task Clean {
task Stage {
$OutputPath = "$PSScriptRoot\output\UniversalDashboard.Antd"
New-Item $OutputPath -Type Directory -Force
npm install -g webpack
npm install -g webpack-cli

}

task BuildJS {
npm install
npm run build
}

Expand Down

0 comments on commit 0f7a74e

Please sign in to comment.