Skip to content

Commit

Permalink
[pkg] add yarn/npm build issue to script...
Browse files Browse the repository at this point in the history
see vercel/pkg#1319, this makes the package
fail because of vercel/pkg#1075 rather than
fail in the same way because of the missinng dependency
  • Loading branch information
tonywoode committed Oct 1, 2021
1 parent dde848a commit a128265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"unMonkeyPatchIconv": "cp -f node_modules/iconv/build/Release/iconv.node_MACOS node_modules/iconv/build/Release/iconv.node",
"package": "pkg src/QPNode.js -t win --out-path $npm_package_directories_binOutputDir",
"packageParallels": "pkg src/QPNode.js -t win --out-path /Volumes/[C]\\ My\\ Boot\\ Camp/Emulators/QUICKPLAY/QuickPlayFrontend/qp/bin",
"packageParallelsWithPatch": "npm run monkeyPatchIconv && npm run packageParallels && npm run unMonkeyPatchIconv",
"packageParallelsWithPatch": "mkdir node_modules/pkg/node_modules/.bin && ln -s node_modules/prebuild-install/bin.js node_modules/pkg/node_modules/.bin/prebuild-install && npm run monkeyPatchIconv && npm run packageParallels && npm run unMonkeyPatchIconv",
"dist": "electron-builder --win --x64; \\cp -f -R dist/win-unpacked/ /Volumes/[C]\\ My\\ Boot\\ Camp/Emulators/QUICKPLAY/QuickPlayFrontend/qp/bin/QPElectron"
},
"build": {
Expand Down

0 comments on commit a128265

Please sign in to comment.