fix: use correct comment style
This commit is contained in:
parent
18e6eac116
commit
e638cdf467
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if [ $NODE_ENV == 'development' ]; then
|
||||||
# will block
|
# will block
|
||||||
WEBPACK_ARGS="$WEBPACK_ARGS --watch"
|
WEBPACK_ARGS="$WEBPACK_ARGS --watch"
|
||||||
if [ "$OSTYPE" == "msys" ]; then
|
if [ "$OSTYPE" == "msys" ]; then
|
||||||
// Ensure symlinks are created as native Windows symlinks.
|
# Ensure symlinks are created as native Windows symlinks.
|
||||||
export MSYS=winsymlinks:nativestrict
|
export MSYS=winsymlinks:nativestrict
|
||||||
fi
|
fi
|
||||||
ln -snf "$ROOT"/../lib-dist/browser ../../desktop-client/public/kcab
|
ln -snf "$ROOT"/../lib-dist/browser ../../desktop-client/public/kcab
|
||||||
|
|
Loading…
Reference in a new issue