Skip to content

Commit 16e5c2f

Browse files
author
Nevo David
committed
feat: try a relative parth
1 parent ee5e384 commit 16e5c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build:frontend": "npx nx run frontend:build:production",
1313
"dev:frontend": "npx nx run frontend:serve:development",
1414
"dev:backend": "npx nx run backend:serve:development",
15-
"update-plugins": "node ./build.plugins.js",
15+
"update-plugins": "node build.plugins.js",
1616
"dev:workers": "npx nx run workers:serve:development",
1717
"dev:cron": "npx nx run cron:serve:development",
1818
"dev:docker": "docker compose -f ./docker-compose.dev.yaml up -d",

0 commit comments

Comments
 (0)