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.
2 parents 9048e6a + 3ba4595 commit bc5a17bCopy full SHA for bc5a17b
node/build.js
@@ -5,7 +5,6 @@ const { execSync } = require('child_process');
5
const nextVersion = process.argv[2];
6
7
execSync('yarn build:browser');
8
-execSync('yarn build:browser:init');
9
10
const packagesDir = path.join(__dirname, 'packages');
11
const packages = fs.readdirSync(packagesDir);
0 commit comments