Skip to content

Commit

Permalink
wrangler in root
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 10, 2024
1 parent 44300cf commit c0c8acc
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 643 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ jobs:
cache: 'npm' # This tells the setup-node action to cache npm dependencies

- name: Install dependencies
run: npm install @nx/nx-linux-x64-gnu && npm ci --include=optional && npm run build:worker
run: npm install @nx/nx-linux-x64-gnu && npm ci --include=optional

- name: Build Worker
run: npm run build:worker


- uses: actions/checkout@v3
- name: Deploy
Expand Down
Loading

0 comments on commit c0c8acc

Please sign in to comment.