Revision 407641b0ad938ca97b2159efc1ef1a21d5d22c8d authored by Dmitry Yu. Naumov on 12 July 2023, 09:38:04 UTC, committed by Dmitry Yu. Naumov on 12 July 2023, 09:38:04 UTC
Reset solution after rejected initial time step

See merge request ogs/ogs!4666
2 parent s 5caa68e + e79f65a
Raw File
package.json
{
  "private": true,
  "scripts": {
    "build": "npx tailwindcss -o static/css/all.css -i assets/css/main.css -m && hugo",
    "watch": "npx tailwindcss -o static/css/all.css -i assets/css/main.css -m --watch",
    "build-with-nb": "find ../Tests/Notebooks -type f -iname '*.ipynb' -not -path \"*.ipynb_checkpoints*\" | xargs -n1 nb2hugo --site-dir . --section docs/benchmarks/notebooks --template ../Tests/Notebooks/nbconvert_templates/collapsed.md.j2 && npx tailwindcss -o static/css/all.css -i assets/css/main.css -m && hugo",
    "server": "hugo server",
    "index": "hugo-algolia -toml",
    "upload-index": "hugo-algolia --toml -s"
  },
  "devDependencies": {
    "@tailwindcss/aspect-ratio": "^0.4.0",
    "@tailwindcss/line-clamp": "=0.3.1",
    "@tailwindcss/typography": "=0.5.2",
    "hugo-algolia": "=1.2.14",
    "tailwindcss": "=3.1.6"
  }
}
back to top