Skip to content

Commit

Permalink
Removed no bytecode args from build
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Sep 17, 2022
1 parent 610599c commit 715d30d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -7,10 +7,10 @@
"prestart": "tsc",
"start": "node ./dist/float.js",
"startHeadless": "tsc && node ./dist/float.js --headless",
"build": "tsc && pkg ./dist/float.js --out-path=./build --no-bytecode --public -t latest-linux,latest-mac,latest-win --compress GZip",
"buildLinux": "tsc && pkg ./dist/float.js --no-bytecode --public --out-path=./build -t latest-linux",
"buildMac": "tsc && pkg ./dist/float.js --no-bytecode --public --out-path=./build -t latest-mac",
"buildWin": "tsc && pkg ./dist/float.js --no-bytecode --public --out-path=./build -t latest-win"
"build": "tsc && pkg ./dist/float.js --out-path=./build -t latest-linux,latest-mac,latest-win --compress GZip",
"buildLinux": "tsc && pkg ./dist/float.js --out-path=./build -t latest-linux",
"buildMac": "tsc && pkg ./dist/float.js --out-path=./build -t latest-mac",
"buildWin": "tsc && pkg ./dist/float.js --out-path=./build -t latest-win"
},
"dependencies": {
"@ctrl/plex": "^1.5.3",
Expand Down

0 comments on commit 715d30d

Please sign in to comment.