chore: remove yarn for now
This commit is contained in:
parent
a76862f410
commit
90d8042193
2
Makefile
2
Makefile
@ -18,7 +18,7 @@ database: --stack-work-build --database --stack-krow-build
|
|||||||
stack exec uniworxdb -- $(db)
|
stack exec uniworxdb -- $(db)
|
||||||
|
|
||||||
node_modules: package.json
|
node_modules: package.json
|
||||||
yarn install
|
npm install
|
||||||
|
|
||||||
.PHONY: %.lock
|
.PHONY: %.lock
|
||||||
%.lock:
|
%.lock:
|
||||||
|
|||||||
@ -107,7 +107,7 @@
|
|||||||
(final: prev: let
|
(final: prev: let
|
||||||
pkgs = import nixpkgs { inherit system; };
|
pkgs = import nixpkgs { inherit system; };
|
||||||
in {
|
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 {
|
stack = pkgs.symlinkJoin {
|
||||||
inherit (pkgs.stack) name;
|
inherit (pkgs.stack) name;
|
||||||
paths = [pkgs.stack];
|
paths = [pkgs.stack];
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
"frontend:build": "webpack --progress",
|
"frontend:build": "webpack --progress",
|
||||||
"frontend:build:watch": "webpack --watch --progress",
|
"frontend:build:watch": "webpack --watch --progress",
|
||||||
"i18n:test": "./missing-translations.sh",
|
"i18n:test": "./missing-translations.sh",
|
||||||
"prerelease": "./is-clean.sh && yarn run test",
|
"prerelease": "./is-clean.sh && npm run test",
|
||||||
"release": "./release.sh",
|
"release": "./release.sh",
|
||||||
"postrelease": "git push --follow-tags",
|
"postrelease": "git push --follow-tags",
|
||||||
"parse-changelog": "changelog-parser ./CHANGELOG.md > changelog.json"
|
"parse-changelog": "changelog-parser ./CHANGELOG.md > changelog.json"
|
||||||
|
|||||||
@ -275,9 +275,8 @@ in pkgs.mkShell {
|
|||||||
'';
|
'';
|
||||||
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
|
nativeBuildInputs = [develop inDevelop killallUni2work diffRunning]
|
||||||
++ (with pkgs;
|
++ (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
|
gnumake gup reuse pre-commit
|
||||||
yarn2nix
|
|
||||||
# busybox # for print services, but interferes with build commands in develop-shell
|
# busybox # for print services, but interferes with build commands in develop-shell
|
||||||
htop
|
htop
|
||||||
pdftk # pdftk just for testing pdf-passwords
|
pdftk # pdftk just for testing pdf-passwords
|
||||||
|
|||||||
Reference in New Issue
Block a user