Skip to content

Commit

Permalink
Added to docker ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Aug 21, 2024
1 parent cb8c8b1 commit d29b7b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,7 @@
rust/.env
rust/.github
rust/docker
rust/target
rust/target
rust/cyclotron-node/dist
rust/cyclotron-node/node_modules
rust/cyclotron-node/index.node
2 changes: 1 addition & 1 deletion plugin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"services:stop": "cd .. && docker compose -f docker-compose.dev.yml down",
"services:clean": "cd .. && docker compose -f docker-compose.dev.yml rm -v",
"services": "pnpm services:stop && pnpm services:clean && pnpm services:start",
"build:cyclotron": "cd ../rust/cyclotron-node && pnpm i && pnpm run build",
"build:cyclotron": "cd ../rust/cyclotron-node && pnpm run package",
"pnpm:devPreinstall": "pnpm run build:cyclotron"
},
"graphile-worker": {
Expand Down
3 changes: 2 additions & 1 deletion rust/cyclotron-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build:cargo": "cargo build --message-format=json > cargo.log",
"build:cargo:debug": "pnpm run build:cargo",
"build:cross": "cross build --message-format=json > cross.log",
"build:typescript": "tsc"
"build:typescript": "tsc",
"package": "NODE_ENV=development pnpm i --dev && pnpm run build"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit d29b7b8

Please sign in to comment.