Commit b4823a3 1 parent 7e37eea commit b4823a3 Copy full SHA for b4823a3
File tree 4 files changed +2056
-956
lines changed
4 files changed +2056
-956
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ fileignoreconfig:
86
86
- filename: bin/install-talisman.sh
87
87
checksum: 636c29faa1a28f65f300e2de2fc4466d6f800f312afff3a17ece63c7e1d47099
88
88
- filename: bin/lib.sh
89
- checksum: a36ff1cbf24e7a81135105d8a5ebd1285fdea8fab33561e4d7787e725b4fc2ba
89
+ checksum: 13419b1a08c61840dcc687f8b602a2ddd25556926068f9bbc63d739e3274c08f
90
90
- filename: doc/dark-theme/login.png
91
91
checksum: 74fccd805c33fa7ba0a31b2798ff245c7789d7f02dee471cdbfaaff9e2ccb15e
92
92
- filename: doc/dark-theme/workflow.png
@@ -136,5 +136,6 @@ allowed_patterns:
136
136
- \".*-.*\":\s\"\^\d\.\d\.\d\"
137
137
- \".*\":\s\"\^\d\.\d\.\d\"
138
138
- distributionSha256Sum=.*
139
+ - minipass.*
139
140
- Thanks\sgoes\sto\sthese\swonderful\speople\s\(\[emoji\skey\]\(https:\/\/allcontributors\.org\/docs\/en\/emoji-key\)\)
140
141
version: "1.0"
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ _run_locally_with_mock_data() {
184
184
_ensure_jenv
185
185
node " ${SCRIPT_DIR} /frontend/node_modules/concurrently/dist/bin/concurrently.js" \
186
186
--kill-others \
187
- " node ${SCRIPT_DIR} /frontend/node_modules/@mockoon/cli/bin/run start -D - -data mock-data/data.json" \
187
+ " node ${SCRIPT_DIR} /frontend/node_modules/@mockoon/cli/bin/run start --data mock-data/data.json" \
188
188
" DOMAIN_NAME=http://localhost:8000 REPO_NAMES=hello-world REPO_OWNER_NAME=johndoe jenv exec ./gradlew clean bootRun"
189
189
popd > /dev/null || exit
190
190
}
You can’t perform that action at this time.
0 commit comments