Skip to content

Commit eb162f8

Browse files
authored
Merge pull request #900 from NilFoundation/feature/GH-#-do-not-suppress-node-warnings-in-clijs-tests
[GH-#] Do not suppress node warnings in clijs tests
2 parents ab0445b + 09f0786 commit eb162f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/clijs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
5757
5858
pnpm run lint
5959
60-
env NODE_NO_WARNINGS=1 ./dist/clijs util list-commands > bundled_cli_commands
60+
./dist/clijs util list-commands > bundled_cli_commands
6161
6262
pnpm run build-to dist-tmp
6363
jq '.commands = "./dist-tmp/src/commands"' .oclifrc.json | sponge .oclifrc.json

0 commit comments

Comments
 (0)