Skip to content

Commit

Permalink
Issue #386 [Enhancement][WIP] Adjust configurations for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Sep 9, 2020
1 parent 5394f6a commit 29f35bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions demo-config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,12 +298,6 @@ class TargetConfig extends GulpDefaultRegistry {
"frontend-modules": `cd ${path.resolve(this.path.base, this.path.root)} && npm install`,
"frontend-modules-locked": `cd ${path.resolve(this.path.base, this.path.root)} && npm ci`,
},
keys: {
noUpdate: true,
},
'automation-secret': {
serverSecret: /*null*/'DummyServerSecretOnlyForDebugging',
},
});
Object.assign(this, { // scoped plugins
'@thin-hook/examples': {
Expand Down

0 comments on commit 29f35bc

Please sign in to comment.