Skip to content

Commit

Permalink
remove build:windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RukayatSalami committed Nov 1, 2023
1 parent 3b7830b commit da8240b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"start": "cross-env DEBUG=true && yarn rebuild && electron ./app/",
"rebuild": "electron-rebuild -m app/node_modules/node-hid && electron-rebuild -m app/node_modules/usb",
"build": "yarn clean:build && yarn copy:files && yarn build:prod && yarn build:electron",
"build:windows": "yarn clean:build:windows && yarn copy:files && yarn build:prod && yarn build:electron",
"build:e2e": "yarn clean:build:e2e && yarn copy:files:e2e && yarn build:prod && yarn build:electron",
"build:prod": "cross-env NODE_OPTIONS='--openssl-legacy-provider' webpack --config ./setup/config/webpack.config.prod",
"build:electron": "cross-env NODE_OPTIONS='--openssl-legacy-provider' webpack --config ./setup/config/webpack.config.electron",
Expand Down

0 comments on commit da8240b

Please sign in to comment.