Skip to content

Commit b59846c

Browse files
committed
fix ci
1 parent 515df98 commit b59846c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ciTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ function main() {
150150
throw new Error(`init theme ${theme} failed`);
151151
}
152152
cp.exec(
153-
`npm install && npm run clean && npm run build`,
153+
`npm link bs-platform && npm install && npm run clean && npm run build`,
154154
{ cwd: path.join(themesDir, theme) },
155155
function(error, stdout, stderr) {
156156
console.log(stdout);

0 commit comments

Comments
 (0)