Skip to content

Commit

Permalink
chore: update npm scripts for private docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuler committed Oct 19, 2023
1 parent ba540f0 commit 90ea205
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ logs
.env
.env.*
!.env.example

# Private Docs
docs
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
"prisma:setup": "prisma generate && prisma migrate deploy && prisma db seed",
"prisma:dev": "prisma migrate dev",
"prisma:studio": "prisma studio",
"env:download": "gh dl OsmanthusBeer/private .env",
"env:upload": "gh up OsmanthusBeer/private .env"
"private:env:download": "gh dl OsmanthusBeer/private .env",
"private:env:upload": "gh up OsmanthusBeer/private .env",
"private:docs:download": "gh dl OsmanthusBeer/private docs/",
"private:docs:upload": "gh up OsmanthusBeer/private docs/*.md"
},
"dependencies": {
"@iconify-json/mdi": "^1.1.54",
Expand Down

0 comments on commit 90ea205

Please sign in to comment.