Skip to content

Commit 99acdba

Browse files
Update common-setup script with cross-env prefix
1 parent 05aa5fc commit 99acdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build": "npx nx run-many --target=build --projects=@magickml/server,@magickml/cloud-agent-worker-app,@magickml/cloud-agent-manager-app,portal",
2727
"cloud-nocache": "npm run dev-base -- --skip-nx-cache",
2828
"cloud": "npm run dev-base",
29-
"common-setup": "NX_NON_NATIVE_HASHER=true node scripts/check-install.js",
29+
"common-setup": "cross-env NX_NON_NATIVE_HASHER=true node scripts/check-install.js",
3030
"db:deploy": "npx prisma migrate deploy --schema packages/server/db/src/lib/prisma/schema.prisma",
3131
"db:dev": "npx prisma migrate dev --schema packages/server/db/src/lib/prisma/schema.prisma",
3232
"db:generate": "npx nx run server/db:generate",

0 commit comments

Comments
 (0)