Skip to content

Commit

Permalink
build-bundle: vat-tp moved up a dir
Browse files Browse the repository at this point in the history
ref 113eca3 Nov 15
  • Loading branch information
dckc committed Dec 14, 2019
1 parent 5c7f5c0 commit 5cf097f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/SwingSet/scripts/build-bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function main(argv, pkg, { open, rollup, resolvePlugin, pathResolve }) {
const [startFilename, dest] = [`${pkg}/src/devices/${dev}-src.js`, `${pkg}/src/bundles/${dev}-src.js`];
await bundle1(startFilename, dest);
}
for (const [vat, src] of [['vattp', 'vat-tp/vattp'],
for (const [vat, src] of [['vattp', 'vat-tp'],
['comms', 'comms/index'],
['timer', 'vat-timerWrapper']]) {
const [startFilename, dest] = [`${pkg}/src/vats/${src}.js`, `${pkg}/src/bundles/vat_${vat}-src.js`];
Expand Down

0 comments on commit 5cf097f

Please sign in to comment.