mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 23:51:08 +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
|