Skip to content

Commit bc5a17b

Browse files
authored
Merge pull request #68 from xpodev/dev/0.9.2
Fix build.js
2 parents 9048e6a + 3ba4595 commit bc5a17b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

node/build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const { execSync } = require('child_process');
55
const nextVersion = process.argv[2];
66

77
execSync('yarn build:browser');
8-
execSync('yarn build:browser:init');
98

109
const packagesDir = path.join(__dirname, 'packages');
1110
const packages = fs.readdirSync(packagesDir);

0 commit comments

Comments
 (0)