mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-09 10:25:40 +00:00
8 lines
87 B
Bash
Executable file
8 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
npm install
|
|
npm rebuild node-sass
|
|
|
|
SHELL=/bin/sh exec npm run watch
|