mirror of
https://framagit.org/JonathanMM/sutom.git
synced 2025-01-08 20:31:31 +01:00
8 lines
143 B
Bash
8 lines
143 B
Bash
#!/bin/bash
|
|
|
|
npm install
|
|
node utils/melangerATrouver.js
|
|
node utils/majATrouver.js
|
|
tsc
|
|
cp -r public/* /var/www/sutom/
|
|
cp -r js/ /var/www/sutom/
|