Skip to content

Commit

Permalink
Remove dependencies, test out using bun
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia committed Oct 22, 2024
1 parent fb3fe17 commit 38d5acb
Show file tree
Hide file tree
Showing 4 changed files with 101 additions and 127 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,21 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- name: Use Bun
uses: oven-sh/setup-bun@v1
- name: bun install, and start
run: |
bun install
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_DELIGHTFUL_PEBBLE_09D5B2410 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: 'upload'
app_build_command: 'npm run build:azure'
app_build_command: 'bun run build:azure'
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: '/' # App source code path
api_location: 'api'
output_location: 'dist' # Built app content directory - optional
###### End of Repository/Build Configurations ######
Binary file modified bun.lockb
Binary file not shown.
Loading

0 comments on commit 38d5acb

Please sign in to comment.