We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1efd84 commit 16d67e5Copy full SHA for 16d67e5
node/build.js
@@ -4,6 +4,8 @@ const { execSync } = require('child_process');
4
5
const nextVersion = process.argv[2];
6
7
+execSync('yarn build:browser');
8
+
9
const packagesDir = path.join(__dirname, 'packages');
10
const packages = fs.readdirSync(packagesDir);
11
packages.forEach((pkg) => {
0 commit comments