mirror of
https://github.com/FuelLabs/sway.git
synced 2025-08-11 14:18:24 +00:00
15 lines
211 B
Markdown
15 lines
211 B
Markdown
# Instructions
|
|
|
|
Update "sway.js" file.
|
|
|
|
Then run:
|
|
|
|
```sh
|
|
./build.sh
|
|
```
|
|
|
|
If you are actively developing and testing and want to keep `highlight.js` directory add `keep` in the command
|
|
|
|
```sh
|
|
./build.sh keep
|
|
```
|