fix prepublish

This commit is contained in:
Jonathan Rainville 2018-08-01 12:52:22 -04:00 committed by Iuri Matias
parent de22bb7f53
commit 0a696c778a

View File

@ -8,7 +8,7 @@
"testdapp_1": "cd test_apps/test_app/ && npm install && node ../../bin/embark test",
"testdapp_2": "cd test_apps/contracts_app/ && npm install && node ../../bin/embark test",
"fulltest": "npm run lint && npm run test && npm run testdapp_1 && npm run testdapp_2",
"prepublish": "cd embark-ui && npm install && npm run build && cd -"
"prepublish": "cd embark-ui && npm install && npm run build && cd .."
},
"bin": {
"embark": "./bin/embark"