Skip to content

Commit 3d07522

Browse files
authored
Merge pull request #3027 from input-output-hk/chore/ddw-1127-yarn-dev
[DDW-1127] New Yarn scripts to enter `nix-shell`s for new test envs
2 parents 98500a2 + 14bb452 commit 3d07522

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@
6262
"clear:translations": "rimraf ./translations/messages",
6363
"nix:mainnet": "./nix/yarn-nix-shell.sh mainnet mainnet",
6464
"nix:flight": "./nix/yarn-nix-shell.sh mainnet mainnet_flight",
65+
"nix:preview": "./nix/yarn-nix-shell.sh preview preview",
66+
"nix:preprod": "./nix/yarn-nix-shell.sh preprod preprod",
6567
"nix:selfnode": "./nix/yarn-nix-shell.sh selfnode selfnode",
66-
"nix:testnet": "./nix/yarn-nix-shell.sh testnet testnet",
6768
"byron:wallet:importer": "yarn node-swc utils/api-importer/byron-wallet-importer.ts",
6869
"shelley:wallet:importer": "yarn node-swc utils/api-importer/shelley-wallet-importer.ts",
6970
"mary:wallet:importer": "yarn node-swc utils/api-importer/mary-wallet-importer.ts",

0 commit comments

Comments
 (0)