Skip to content

Commit 82346ed

Browse files
authored
fix: test_conditions should execute the script (#194)
1 parent 7a6e1e5 commit 82346ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"integration-node-encrypt": "npm run build; lerna run integration_node --stream --no-prefix -- -- encrypt -m $npm_package_config_encryptManifestList -k $npm_package_config_encryptKeyManifest -o $npm_package_config_decryptOracle",
2727
"node-integration": "run-s integration-node-*",
2828
"integration": "run-s integration-*",
29-
"test_conditions": "./util/bootstrap_tsconfig"
29+
"test_conditions": "./util/test_conditions"
3030
},
3131
"config": {
3232
"localTestVectors": "../../aws-encryption-sdk-test-vectors/vectors/awses-decrypt/python-1.3.8.zip",

0 commit comments

Comments
 (0)