mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-03 23:27:59 +00:00
7 lines
57 B
Bash
Executable file
7 lines
57 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd styles
|
|
npm install
|
|
npm run watch
|