Skip to content

Commit

Permalink
Testing instalation fixes (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 5, 2022
1 parent 3ffdafb commit 0f964d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "build"
on:
pull_request:
paths-ignore:
- ".docs/**"
- "docs/**"
push:
branches:
- "main"
Expand Down
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineConfig({
'@fastybird/ws-exchange-plugin',
'@fortawesome/vue-fontawesome',
'ajv',
'axios',
'date-fns',
'jsona',
'lodash.capitalize',
Expand Down Expand Up @@ -84,6 +85,7 @@ export default defineConfig({
'@fastybird/ws-exchange-plugin',
'@fortawesome/vue-fontawesome',
'ajv',
'axios',
'date-fns',
'jsona',
'lodash.capitalize',
Expand All @@ -108,6 +110,7 @@ export default defineConfig({
'@fastybird/web-ui-library': 'fastyBirdWebUiLibrary',
'@fastybird/ws-exchange-plugin': 'fastyBirdWsExchangePlugin',
ajv: 'Ajv',
axios: 'Axios',
'date-fns': 'dateFns',
jsona: 'JsonaService',
pinia: 'pinia',
Expand Down

0 comments on commit 0f964d5

Please sign in to comment.