Skip to content

Commit

Permalink
Merge pull request #47 from novasamatech/fix/update_project_dep
Browse files Browse the repository at this point in the history
put lock file and update commands
  • Loading branch information
ERussel authored Mar 29, 2024
2 parents 9949a1b + 6ea029e commit a648726
Show file tree
Hide file tree
Showing 3 changed files with 12,995 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dist/


# lock files
yarn.lock
package-lock.json

# Compiled Java class files
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "dist/index.js",
"scripts": {
"build": "subql build",
"codegen": "subql codegen -f project-polkadot.yaml",
"codegen": "subql codegen",
"start:docker": "docker-compose pull && docker-compose up --remove-orphans",
"dev": "subql codegen -f project-polkadot.yaml && subql build && docker-compose pull && docker-compose up --remove-orphans",
"dev": "subql codegen && subql build && docker-compose pull && docker-compose up --remove-orphans",
"prepack": "rm -rf dist && npm run build",
"clear": "rm -r .data/postgres && mkdir .data/postgres",
"test": "jest"
Expand Down
Loading

0 comments on commit a648726

Please sign in to comment.