Skip to content

Commit

Permalink
feat: try a relative parth
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Oct 12, 2024
1 parent ee5e384 commit 16e5c2f
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 @@ -12,7 +12,7 @@
"build:frontend": "npx nx run frontend:build:production",
"dev:frontend": "npx nx run frontend:serve:development",
"dev:backend": "npx nx run backend:serve:development",
"update-plugins": "node ./build.plugins.js",
"update-plugins": "node build.plugins.js",
"dev:workers": "npx nx run workers:serve:development",
"dev:cron": "npx nx run cron:serve:development",
"dev:docker": "docker compose -f ./docker-compose.dev.yaml up -d",
Expand Down

0 comments on commit 16e5c2f

Please sign in to comment.