Browse Source

storage-node: fix nested workspaces not supported in yarn classic

Mokhtar Naamani 4 years ago
parent
commit
2b5f001d07
3 changed files with 4 additions and 4 deletions
  1. 1 0
      package.json
  2. 1 4
      storage-node/package.json
  3. 2 0
      yarn.lock

+ 1 - 0
package.json

@@ -1,6 +1,7 @@
 {
 	"private": true,
 	"name": "joystream",
+	"version": "1.0.0",
 	"license": "GPL-3.0-only",
 	"scripts": {
 		"test": "yarn && yarn workspaces run test",

+ 1 - 4
storage-node/package.json

@@ -1,6 +1,6 @@
 {
   "private": true,
-  "name": "@joystream/storage-node",
+  "name": "storage-node",
   "version": "1.0.0",
   "engines": {
     "node": ">=10.15.3",
@@ -30,9 +30,6 @@
     "darwin",
     "linux"
   ],
-  "workspaces": [
-    "packages/*"
-  ],
   "scripts": {
     "test": "wsrun --serial test",
     "lint": "wsrun --serial lint"

+ 2 - 0
yarn.lock

@@ -1358,11 +1358,13 @@
 "@constantinople/types@./types", "@joystream/types@./types":
   version "0.11.0"
   dependencies:
+    "@polkadot/keyring" "^1.7.0-beta.5"
     "@polkadot/types" "^0.96.1"
     "@types/lodash" "^4.14.157"
     "@types/vfile" "^4.0.0"
     ajv "^6.11.0"
     lodash "^4.17.15"
+    moment "^2.24.0"
 
 "@csstools/convert-colors@^1.4.0":
   version "1.4.0"