Skip to content

Commit

Permalink
chore: fix compile
Browse files Browse the repository at this point in the history
Signed-off-by: nikolay <n.atanasow94@gmail.com>
  • Loading branch information
natanasow committed Sep 16, 2024
1 parent 16fd036 commit 3ccaf6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"build-and-test": "npx lerna run build --concurrency 1 && npx lerna run test",
"build:docker": "docker build . -t ${npm_package_name}",
"clean": "npx lerna run clean",
"compile": "npx lerna run compile",
"compile": "npx lerna run compile --concurrency 1",
"dev": "npm run build && tsc --watch",
"deploy:docker": "docker push ghcr.io/hashgraph/${npm_package_name}:latest",
"format": "npx lerna run format",
Expand Down

0 comments on commit 3ccaf6b

Please sign in to comment.