add back npm run build and remove cd

This commit is contained in:
Jonathan Rainville 2018-10-12 13:02:45 -04:00 committed by Pascal Precht
parent 43030980b1
commit b815ea4d44
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"test:test_app": "cross-env DAPP=\"test_app\" npm run test_dapp",
"test:contracts_app": "cross-env DAPP=\"contracts_app\" npm run test_dapp",
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"",
"prepublish": "cross-env cd embark-ui && npm install && cd -"
"prepack": "cd embark-ui && npm install && npm run build"
},
"bin": {
"embark": "./bin/embark"