mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 11:44:40 +00:00
12 lines
127 B
Bash
12 lines
127 B
Bash
#!/bin/bash
|
|
|
|
# Running install script
|
|
./install.sh
|
|
|
|
cd ..
|
|
|
|
# Building projects
|
|
cd ./interface
|
|
npm run build
|
|
cd ..
|
|
npm run build |