Skip to content

Commit

Permalink
build-local now uses shx which is a cross-plat command thingymajingy.
Browse files Browse the repository at this point in the history
  • Loading branch information
azel-s committed Feb 23, 2024
1 parent 33233e3 commit 6267ada
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
"pretty-bytes": "6.0.0",
"rimraf": "3.0.2",
"rollup-plugin-license": "2.7.0",
"shx": "^0.3.4",
"snapshot-diff": "0.9.0",
"tempy": "2.0.0"
},
Expand Down Expand Up @@ -166,9 +167,7 @@
"build": "node ./scripts/build/build.mjs",
"build:website": "node ./scripts/build-website.mjs",
"vendors:bundle": "node ./scripts/vendors/bundle-vendors.mjs",
"build-local_win32": "npm run build && cd .. && robocopy prettier/dist/ prettier-vscode/node_modules/prettier/ && cd prettier",
"build-local_darwin": "npm run build && cd .. && cp -R prettier/dist/ prettier-vscode/node_modules/prettier/ && cd prettier",
"build-local": "node -e \"child_process.exec(`npm run build-local_${os.platform()}`)\""
"build-local": "npm run build && cd .. && shx cp -R prettier/dist/ prettier-vscode/node_modules/prettier/ && cd prettier"
},
"browserslist": [
">0.5%",
Expand Down

0 comments on commit 6267ada

Please sign in to comment.