chore: remove yarn for now

This commit is contained in:
Sarah Vaupel 2024-01-15 03:20:06 +01:00
parent a76862f410
commit 90d8042193
6 changed files with 4 additions and 18565 deletions

View File

@ -18,7 +18,7 @@ database: --stack-work-build --database --stack-krow-build
stack exec uniworxdb -- $(db)
node_modules: package.json
yarn install
npm install
.PHONY: %.lock
%.lock:

View File

@ -107,7 +107,7 @@
(final: prev: let
pkgs = import nixpkgs { inherit system; };
in {
inherit (pkgs) dockerTools yarn glibcLocalesUtf8 tzdata chromium minio minio-client skopeo; inherit (pkgs.stdenv) fetchurlBoot;
inherit (pkgs) dockerTools glibcLocalesUtf8 tzdata chromium minio minio-client skopeo; inherit (pkgs.stdenv) fetchurlBoot;
stack = pkgs.symlinkJoin {
inherit (pkgs.stack) name;
paths = [pkgs.stack];

View File

@ -23,7 +23,7 @@
"frontend:build": "webpack --progress",
"frontend:build:watch": "webpack --watch --progress",
"i18n:test": "./missing-translations.sh",
"prerelease": "./is-clean.sh && yarn run test",
"prerelease": "./is-clean.sh && npm run test",
"release": "./release.sh",
"postrelease": "git push --follow-tags",
"parse-changelog": "changelog-parser ./CHANGELOG.md > changelog.json"

View File

@ -275,9 +275,8 @@ in pkgs.mkShell {
'';
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
++ (with pkgs;
[ stack nodejs_21 yarn postgresql_12 openldap exiftool expat memcached minio minio-client
[ stack nodejs_21 postgresql_12 openldap exiftool expat memcached minio minio-client
gnumake gup reuse pre-commit
yarn2nix
# busybox # for print services, but interferes with build commands in develop-shell
htop
pdftk # pdftk just for testing pdf-passwords

8931
yarn.lock

File diff suppressed because it is too large Load Diff

9629
yarn.nix

File diff suppressed because it is too large Load Diff