mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
9 lines
108 B
Bash
9 lines
108 B
Bash
#!/bin/bash
|
|
|
|
cd ..
|
|
|
|
# Running npm run dev in both directories
|
|
cd ./interface
|
|
npm run dev &
|
|
cd ..
|
|
npm run dev |