Skip to content

Commit

Permalink
Fix: Set package manager script to cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Sep 9, 2024
1 parent b0e39a9 commit 62875f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RootFiles/Global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"scripts": {
"setPackageManager": "node Build/Carbon.Pipeline/setPackageManager.js",
"setPackageManager": "node Build/Carbon.Pipeline/setPackageManager.cjs",
"postinstall": "touch ./node_modules/.metadata_never_index; mkdir -p ./Packages; touch ./Packages/.metadata_never_index",
"showConfig": "node Build/Carbon.Pipeline/showConfig.mjs",
"build:js": "node Build/Carbon.Pipeline/esbuild.mjs --production",
Expand Down
File renamed without changes.

0 comments on commit 62875f0

Please sign in to comment.