Skip to content

Commit

Permalink
update build scripts and polkadot api version
Browse files Browse the repository at this point in the history
  • Loading branch information
bz888 committed May 30, 2022
1 parent c5c381e commit ffc69fb
Show file tree
Hide file tree
Showing 53 changed files with 154,747 additions and 53 deletions.
4 changes: 2 additions & 2 deletions acala/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A SubQuery Dictionary Project that provides increased indexing speed to all projects",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b",
"build": "subql build",
"prepack": "rm -rf dist && npm build",
"test": "jest",
"codegen": "./node_modules/.bin/subql codegen",
Expand All @@ -20,7 +20,7 @@
"author": "SubQuery Network",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^7",
"@polkadot/api": "^8",
"@subql/types": "latest",
"typescript": "^4.1.3",
"@subql/cli": "latest",
Expand Down
5,843 changes: 5,843 additions & 0 deletions acala/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions altair/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A SubQuery Dictionary Project that provides increased indexing speed to all projects",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b",
"build": "subql build",
"prepack": "rm -rf dist && npm build",
"test": "jest",
"codegen": "./node_modules/.bin/subql codegen",
Expand All @@ -20,7 +20,7 @@
"author": "SubQuery Network",
"license": "Apache-2.0",
"devDependencies": {
"@polkadot/api": "^7",
"@polkadot/api": "^8",
"@subql/types": "latest",
"typescript": "^4.1.3",
"@subql/cli": "latest"
Expand Down
Loading

0 comments on commit ffc69fb

Please sign in to comment.