projects
/
lemmy-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8cfa2e
)
fix submodule error
main
author
self
<self@awful.systems>
Mon, 21 Aug 2023 18:53:18 +0000
(11:53 -0700)
committer
self
<self@awful.systems>
Mon, 21 Aug 2023 18:53:53 +0000
(11:53 -0700)
default.nix
patch
|
blob
|
history
diff --git
a/default.nix
b/default.nix
index fde3e1fe3f8e43189faf4cdf263c111994db2247..34c59d231d6f440a79a5c954b5952a278dc6c6a1 100644
(file)
--- a/
default.nix
+++ b/
default.nix
@@
-51,6
+51,7
@@
in mkYarnPackage {
ln -sf $PWD/node_modules $PWD/deps/lemmy-ui/
echo 'export const VERSION = "${version}";' > $PWD/deps/lemmy-ui/src/shared/version.ts
+ rm -rf deps/lemmy-ui/lemmy-translations
ln -sf ${lemmy-translations} deps/lemmy-ui/lemmy-translations
yarn --offline build:prod