Skip to content

Commit

Permalink
Update: Add -p to mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Nov 14, 2022
1 parent 9939767 commit 04ade3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/Distribution/Defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packageManager": "pnpm"
},
"scripts": {
"postinstall": "touch ./node_modules/.metadata_never_index; mkdir ./Packages; touch ./Packages/.metadata_never_index",
"postinstall": "touch ./node_modules/.metadata_never_index; mkdir -p ./Packages; touch ./Packages/.metadata_never_index",
"showConfig": "node Build/Carbon.Pipeline/showConfig.mjs",
"build": "concurrently -r $npm_package_config_packageManager:build:*",
"build:js": "node Build/Carbon.Pipeline/esbuild.mjs --production",
Expand Down

0 comments on commit 04ade3f

Please sign in to comment.