Fix windows ui build
This commit is contained in:
parent
c2a18d6f1b
commit
7bdfa65ba1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ cd ui
|
|||
yarn install
|
||||
npm rebuild node-sass
|
||||
node_modules\.bin\node-sass --output dist\css --sourcemap=none scss\
|
||||
node_modules\.bin\webpack
|
||||
node_modules\.bin\webpack --config webpack.prod.js
|
||||
Copy-Item dist ..\app\ -recurse
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue