Commit 84be6407 authored by Alexandre Delanoë's avatar Alexandre Delanoë

Script

parent b283d081
Pipeline #7449 passed with stages
in 22 minutes and 16 seconds
## Version 0.0.7.4.5
* [BACK][FIX][Error when uploading a specific TSV file (#433)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/433)
## Version 0.0.7.4.4 ## Version 0.0.7.4.4
* [BACK][FIX][Order 1 advanced distance (#445)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/445) * [BACK][FIX][Order 1 advanced distance (#445)](https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/445)
......
#!/bin/bash
nix develop
purs-tidy format-in-place "src"
{ {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.4.4", "version": "0.0.7.4.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.4.4", "version": "0.0.7.4.5",
"dependencies": { "dependencies": {
"@fontsource/crete-round": "~5.0.12", "@fontsource/crete-round": "~5.0.12",
"@fontsource/montserrat": "~5.0.17", "@fontsource/montserrat": "~5.0.17",
......
{ {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.4.4", "version": "0.0.7.4.5",
"scripts": { "scripts": {
"build": "spago build", "build": "spago build",
"bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps", "bundle": "spago bundle --module Main --outfile dist/bundle.min.js --minify --source-maps",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment