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 |