mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 23:51:08 +00:00
8 lines
57 B
Text
8 lines
57 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd styles
|
||
|
npm install
|
||
|
npm run build
|