mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-28 03:33:37 +08:00
8 lines
72 B
Bash
8 lines
72 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
npm install
|
||
|
npm rebuild node-sass
|
||
|
|
||
|
exec npm run watch
|