Skip to content

Commit ebc1b8d

Browse files
authored
Include stimulus when generating scaffold.
Stimulus is needed as well to run everything.
1 parent d4879b7 commit ebc1b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sockpuppet/management/commands/initial_sockpuppet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def handle(self, *args, **options):
2525

2626
subprocess.check_call('npm uninstall -g add-project-script', shell=True)
2727

28-
npm_pkg = 'npm install -save-dev glob sockpuppet-js stimulus_reflex webpack webpack-cli'
28+
npm_pkg = 'npm install -save-dev glob sockpuppet-js stimulus stimulus_reflex webpack webpack-cli'
2929
subprocess.check_call(npm_pkg.split(' '))
3030

3131
template = get_template('sockpuppet/scaffolds/webpack.html')

0 commit comments

Comments
 (0)