mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 14:06:11 +03:00
8 lines
57 B
Bash
Executable File
8 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd styles
|
|
npm install
|
|
npm run watch
|