7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
cd /home/thebears/Web/Nuggets/SearchInterface/SearchFrontend/search_ui
|
|
|
|
npm run dev
|
|
|
|
|