|
@@ -6,7 +6,7 @@
|
|
"scripts": {
|
|
"scripts": {
|
|
"test": "yarn && yarn workspaces run test",
|
|
"test": "yarn && yarn workspaces run test",
|
|
"test-migration": "yarn && yarn workspaces run test-migration",
|
|
"test-migration": "yarn && yarn workspaces run test-migration",
|
|
- "postinstall": "yarn workspace @joystream/types build && yarn workspace storage-node run build",
|
|
|
|
|
|
+ "postinstall": "yarn workspace @joystream/types build",
|
|
"cargo-checks": "devops/git-hooks/pre-commit && devops/git-hooks/pre-push",
|
|
"cargo-checks": "devops/git-hooks/pre-commit && devops/git-hooks/pre-push",
|
|
"cargo-build": "scripts/cargo-build.sh",
|
|
"cargo-build": "scripts/cargo-build.sh",
|
|
"lint": "yarn workspaces run lint"
|
|
"lint": "yarn workspaces run lint"
|