ajout de la gestion d'un appostrophe utf8

This commit is contained in:
Thomas Legay 2024-10-15 10:40:56 +02:00
parent 6bc789087e
commit 038343fc0f
15 changed files with 15 additions and 14 deletions

View file

@ -28,6 +28,7 @@ build() {
cd /tmp/${APP}
PATH=${PATH}:/usr/local/go/bin
export GO111MODULE=on
export NODE_OPTIONS=--openssl-legacy-provider
make download-tools
go get -d
(cd ui && yarn && yarn build)