Skip to content

Commit dd54784

Browse files
committed
Bootstrap the plugin packages.
1 parent df9c9b4 commit dd54784

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bootstrap.py

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
'package.json',
2525
'package-lock.json'
2626
], ['npm', 'ci']),
27+
('npm rollup plugin packages', [
28+
'tools/rollup-plugin-emscripten/package.json',
29+
'tools/rollup-plugin-emscripten/package-lock.json'
30+
], ['npm', 'ci', '--prefix', 'tools/rollup-plugin-emscripten']),
2731
('create entry points', [
2832
'tools/maint/create_entry_points.py',
2933
'tools/maint/run_python.bat',

0 commit comments

Comments
 (0)