mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
8 lines
57 B
Text
8 lines
57 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd styles
|
||
|
npm install
|
||
|
npm run build
|