add back npm run build and remove cd
This commit is contained in:
parent
43030980b1
commit
b815ea4d44
|
@ -9,7 +9,7 @@
|
||||||
"test:test_app": "cross-env DAPP=\"test_app\" npm run test_dapp",
|
"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:contracts_app": "cross-env DAPP=\"contracts_app\" npm run test_dapp",
|
||||||
"test_dapp": "cross-env-shell \"cd test_apps/$DAPP && npm install && npm test\"",
|
"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": {
|
"bin": {
|
||||||
"embark": "./bin/embark"
|
"embark": "./bin/embark"
|
||||||
|
|
Loading…
Reference in New Issue