Skip to content
This repository was archived by the owner on Dec 9, 2023. It is now read-only.

Commit 4257b47

Browse files
committed
Merge branch 'feature/sensemaker-composable-streams' of github.com:neighbour-hoods/sensemaker-lite into feature/sensemaker-composable-streams
2 parents 0e7b5c0 + f943452 commit 4257b47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"scripts": {
88
"test": "npm run test:typecheck && npm run test:integration",
99
"test:typecheck": "tsc -p ./tsconfig.json",
10-
"test:integration": "TRYORAMA_LOG_LEVEL=debug RUST_BACKTRACE=1 RUST_LOG=holochain::core::ribosome::host_fn::debug=debug TRYORAMA_HOLOCHAIN_PATH=\"holochain\" TS_NODE_PROJECT=./tsconfig.json ./node_modules/tape/bin/tape -r ./node_modules/tsx/dist/preflight.cjs src/**/*.ts | tap-dot"
10+
"test:integration": "TRYORAMA_LOG_LEVEL=debug RUST_BACKTRACE=1 RUST_LOG=holochain::core::ribosome::host_fn::debug=debug TRYORAMA_HOLOCHAIN_PATH=\"holochain\" TS_NODE_PROJECT=./tsconfig.json ./node_modules/tape/bin/tape -r ./node_modules/tsx/dist/preflight.cjs src/**/*.ts | tap-dot",
11+
"test:client": "TRYORAMA_LOG_LEVEL=debug RUST_BACKTRACE=1 RUST_LOG=holochain::core::ribosome::host_fn::debug=debug TRYORAMA_HOLOCHAIN_PATH=\"holochain\" TS_NODE_PROJECT=./tsconfig.json ./node_modules/tape/bin/tape -r ./node_modules/tsx/dist/preflight.cjs src/sensemaker_client/**/*.ts | tap-dot",
12+
"test:sensemaker": "TRYORAMA_LOG_LEVEL=debug RUST_BACKTRACE=1 RUST_LOG=holochain::core::ribosome::host_fn::debug=debug TRYORAMA_HOLOCHAIN_PATH=\"holochain\" TS_NODE_PROJECT=./tsconfig.json ./node_modules/tape/bin/tape -r ./node_modules/tsx/dist/preflight.cjs src/sensemaker_dna/**/*.ts | tap-dot"
1113
},
1214
"author": "",
1315
"license": "CAL-1.0",

0 commit comments

Comments
 (0)