|
@@ -32,7 +32,7 @@
|
|
|
"scripts": {
|
|
|
"test": "mocha 'dist/test/**/*.js'",
|
|
|
"lint": "eslint --ext .js,.ts . && tsc --noEmit --pretty",
|
|
|
- "build": "tsc --build"
|
|
|
+ "build": "rm tsconfig.tsbuildinfo || tsc --build"
|
|
|
},
|
|
|
"bin": {
|
|
|
"storage-cli": "./bin/cli.js"
|
|
@@ -47,7 +47,7 @@
|
|
|
"@joystream/storage-runtime-api": "^0.1.0",
|
|
|
"@joystream/service-discovery": "^0.1.0",
|
|
|
"@joystream/storage-utils": "^0.1.0",
|
|
|
- "@joystream/types": "^0.14.0",
|
|
|
+ "@joystream/types": "^0.16.0",
|
|
|
"axios": "^0.19.2",
|
|
|
"chalk": "^2.4.2",
|
|
|
"lodash": "^4.17.11",
|