fix ui/build

pull/2861/head
Thibault Duplessis 2017-03-28 11:49:40 +02:00
parent 3555d139ff
commit 88d380dbcc
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ prll_sh=/etc/profile.d/prll.sh
build_ts() {
cd ui/$1
rm -rf node_modules/common
rm -rf node_modules/chess
npm install --no-optional
npm run compile
cd -