Skip to content

Commit

Permalink
direct import
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 10, 2024
1 parent c0e129a commit f8544fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy_worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Install Dependencies
run: npm install && npm install @nx/nx-linux-x64-gnu

- name: Build Worker
run: npm run build:worker # Adjust if your build command is different or needs to be run from the package directory

- name: Deploy Worker
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
"@types/react": "^18.2.0"
},
"scripts": {
"dev": "lerna run dev --scope @cojourney/agent --scope @cojourney/app --scope @cojourney/worker",
"dev": "lerna run dev --scope @cojourney/app --scope @cojourney/worker",
"dev:all": "lerna run dev",
"deploy": "lerna run deploy --scope @cojourney/worker",
"cj": "cd packages/shell && npm run dev",
"build": "lerna run build",
"build:worker": "lerna run build --scope @cojourney/agent --scope @cojourney/worker",
"test": "lerna run test",
"coverage": "lerna run coverage",
"types": "lerna run types",
Expand Down

0 comments on commit f8544fe

Please sign in to comment.