Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
jordmccord committed Feb 28, 2024
1 parent dba5c82 commit 7057b86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/checkout@v3

- name: πŸ— Checkout code
uses: actions/checkout@v3

- name: πŸ— Setup Node
uses: actions/setup-node@v2
Expand All @@ -37,6 +39,7 @@ jobs:
java-version: '17.0.10'
java-package: jdk
architecture: x64
cache: 'gradle'

- name: πŸ— Setup EAS
uses: expo/expo-github-action@v8
Expand Down Expand Up @@ -71,7 +74,9 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/checkout@v3

- name: πŸ— Checkout code
uses: actions/checkout@v3

- name: πŸ— Setup Node
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion apps/native-ui-storybook/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function (api) {
'module-resolver',
{
alias: {
'@utilitywarehouse/native-ui': path.join(__dirname, '../../packages/native-ui'),
'@utilitywarehouse/native-ui': path.join(__dirname, '../../packages/native-ui/src'),
},
},
],
Expand Down

0 comments on commit 7057b86

Please sign in to comment.