File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 15
15
cp .env.sample .env
16
16
```
17
17
18
- By default, hackbot will run with all the plugins in the ` scripts/ `
19
- directory. If you only want to test one plugin, move all other plugins to
20
- ` disabled_scripts/ ` .
18
+ By default, hackbot will run with all the plugins in the ` scripts/ ` directory
19
+ ** and** all the plugins referenced by ` external-scripts.json ` . If you only
20
+ want to test one plugin, move all other plugins to ` disabled_scripts/ ` and
21
+ only include the minimal required external scripts.
21
22
22
23
``` bash
23
24
mv scripts/* disabled_scripts/
24
25
mv disabled_scripts/my_plugin.js scripts/
26
+ echo ' ["hubot-conf","hubot-help"]' > external-scripts.json
25
27
```
26
28
27
29
If your plugin requires environment variables, be sure to put them in ` .env ` .
You can’t perform that action at this time.
0 commit comments