Skip to content

Commit a24f236

Browse files
committed
fixed building twice
1 parent 2255869 commit a24f236

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

rebuild.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ for (let framework of args.path) {
2424
cwd: dir,
2525
stdio: 'inherit'
2626
});
27-
exec('npm install && npm run build-prod', {
28-
cwd: dir,
29-
stdio: 'inherit'
30-
});
31-
}
27+
}
3228
}
3329
exec('npm run index', {
3430
cwd: 'webdriver-ts',

0 commit comments

Comments
 (0)