mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 19:25:33 +03:00
6734a0e69d
Co-Authored-By: Nate Butler <1714999+iamnbutler@users.noreply.github.com>
8 lines
57 B
Bash
Executable File
8 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd styles
|
|
npm install
|
|
npm run build
|