Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Removed unused scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Dec 10, 2021
1 parent 6886d30 commit 016f627
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@
"start-testnet": "ZBAY_IS_TESTNET=1 npm run start:renderer",
"start:main": "cross-env NODE_ENV=development electron .",
"start:renderer": "cross-env NODE_ENV=development webpack-dev-server --config webpack/webpack.config.renderer.dev.js",
"copyBinary": "cp native/index.node worker",
"copyBinaryWin": "move native\\index.node worker",
"neon-rebuild": "rm native/index.node && rm -rf native/target && rm native/Cargo.lock && npm run neon",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"start:e2e": "npm run build:prod && cross-env E2E_TEST=true NODE_ENV=development DEBUG='waggle*,zbay*,testcafe:*electron*' testcafe --color --hostname localhost -S --screenshots-full-page -p '${DATE}_${TIME}_${TEST_ID}.png' \"electron:.\" \"./**/*.e2e.ts\"",
Expand Down

0 comments on commit 016f627

Please sign in to comment.