mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 02:37:05 +00:00
6734a0e69d
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
7 lines
57 B
Bash
Executable file
7 lines
57 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd styles
|
|
npm install
|
|
npm run build
|