Skip to content

Commit 16d67e5

Browse files
committed
Update build.js
1 parent e1efd84 commit 16d67e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

node/build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ const { execSync } = require('child_process');
44

55
const nextVersion = process.argv[2];
66

7+
execSync('yarn build:browser');
8+
79
const packagesDir = path.join(__dirname, 'packages');
810
const packages = fs.readdirSync(packagesDir);
911
packages.forEach((pkg) => {

0 commit comments

Comments
 (0)