Skip to content
Snippets Groups Projects

Resolve "quickfix: typo in scripts/build_sdist.sh"

Merged Adam Fekete requested to merge 1330-quickfix-typo-in-scripts-build_sdist-sh into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -20,6 +20,6 @@ yarn --network-timeout 1200000
yarn run build
cd ..
mkdir -p nomad/app/static/gui
cp -r build/* nomad/app/static/gui
cp -r gui/build/* nomad/app/static/gui
python -m build --sdist
\ No newline at end of file
python -m build --sdist
Loading