Skip to content

Commit

Permalink
added prebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
XK4MiLX authored Oct 29, 2023
1 parent 0b43013 commit e59f872
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@
"test:zelback": "mocha tests/ZelBack",
"test:zelback:unit": "docker run -d --name fluxwebsite runonflux/website; env NODE_CONFIG_DIR=$PWD/tests/unit/globalconfig nyc --reporter=lcov mocha tests/unit/*.test.js --exit; docker stop fluxwebsite; docker rm fluxwebsite",
"test:ethereumHelper": "env NODE_CONFIG_DIR=$PWD/tests/unit/globalconfig mocha tests/unit/ethereumHelper.test.js --exit",
"homedev": "bash checkNodeV.sh | vue-cli-service serve --port 16126",
"homeprod": "bash checkNodeV.sh | nodemon homeServer.js",
"homebuild": "bash checkNodeV.sh | vue-cli-service build",
"prebuild": "bash checkNodeV.sh",
"homedev": "vue-cli-service serve --port 16126",
"homeprod": "nodemon homeServer.js",
"homebuild": "vue-cli-service build",
"fluxdev": "nodemon apiServer.js",
"flux": "nodemon app.js",
"start": "npm install --production && node init.js && npm run flux",
Expand Down

0 comments on commit e59f872

Please sign in to comment.