Skip to content

Commit

Permalink
adding demo-section-blog , docs package in ignore list (#100)
Browse files Browse the repository at this point in the history
* adding demo-section-blog , docs  package in ignore list

* set the package into private
  • Loading branch information
officialrajdeepsingh committed Feb 19, 2024
1 parent 7d1b7ed commit 759acc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["demo-section-blog","docs"]
}
4 changes: 2 additions & 2 deletions examples/demo-section-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "demo-section-blog",
"version": "0.0.0",
"private":"true",
"private": "true",
"scripts": {
"clean": "rimraf .next/ ",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format":"pnpm exec prettier ./src --write"
"format": "pnpm exec prettier ./src --write"
},
"dependencies": {
"@types/node": "20.11.0",
Expand Down

0 comments on commit 759acc1

Please sign in to comment.