Skip to content

Commit

Permalink
add space between cross-env and node
Browse files Browse the repository at this point in the history
  • Loading branch information
A3Brothers committed Oct 19, 2023
1 parent d0715a3 commit c26ee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build:all": "cross-env npm run build:mac && cross-env npm run build:win && cross-env npm run build:linux",
"build:win": "cross-env node php.js --win && cross-env npm run build && cross-env node ./node_modules/electron-builder/cli.js -p never --win --config",
"build:mac": "cross-env npm run build:mac-arm && cross-env npm run build:mac-x86",
"build:mac-arm": "cross-env node php.js --arm64 && cross-env npm run build && cross-envnode ./node_modules/electron-builder/cli.js -p never --mac --config --arm64",
"build:mac-arm": "cross-env node php.js --arm64 && cross-env npm run build && cross-env node ./node_modules/electron-builder/cli.js -p never --mac --config --arm64",
"build:mac-x86": "cross-env node php.js --x64 && cross-env npm run build && cross-env node ./node_modules/electron-builder/cli.js -p never --mac --config --x64",
"build:linux": "cross-env npm run build:linux-x64",
"build:linux-x64": "cross-env node php.js --linux && cross-env npm run build && cross-env node ./node_modules/electron-builder/cli.js -p never --linux --config --x64"
Expand Down

0 comments on commit c26ee88

Please sign in to comment.