Skip to content

Commit c3f5664

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 75a08b7 commit c3f5664

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- run: npm install
1717
- run: npm run hoist
18-
- run: npm run bootstrap
18+
# - run: npm run bootstrap
1919
- run: npm run build
2020
- run: npm run build:website
2121

website/vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
symlinks: false,
77
alias: {
88
vue: path.resolve(`./node_modules/vue`),
9+
'vue-router': path.resolve(`./node_modules/vue-router`),
910
},
1011
},
1112
},

0 commit comments

Comments
 (0)