mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-23 04:10:22 +00:00
8 lines
No EOL
72 B
Bash
Executable file
8 lines
No EOL
72 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
npm install
|
|
npm rebuild node-sass
|
|
|
|
exec npm run watch |