Skip to content

Commit

Permalink
Update .gitignore and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marktrs committed Apr 22, 2024
1 parent 9c491df commit 7864b7b
Show file tree
Hide file tree
Showing 3 changed files with 7,794 additions and 8,109 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_modules
dist/
src/types

.project-cid
.project-cid
.vscode/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"publish": "subql publish",
"prepack": "rm -rf dist && npm run build",
"codegen": "./node_modules/.bin/subql codegen",
"start:docker": "docker-compose pull && docker-compose up --remove-orphans"
"start:docker": "docker-compose pull && docker-compose up --remove-orphans -d"
},
"homepage": "https://github.com/NodleCode/subquery",
"repository": "github:NodleCode/subquery",
Expand Down
Loading

0 comments on commit 7864b7b

Please sign in to comment.