Skip to content

Commit 262adf5

Browse files
committed
chore: update .prettierignore and package.json; add sync:docs-changelog script and ignore docs and changelog files
1 parent 8405fbe commit 262adf5

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.prettierignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@
1414
tools
1515
/packages/wasm/rust/*
1616
/packages/wasm/src/pkg/*
17-
**/*/dist
17+
**/*/dist
18+
/docs
19+
/packages/**/CHANGELOG.md

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"license": "MIT",
55
"scripts": {
66
"sync:contracts": "nx run contracts:sync",
7+
"sync:docs-changelog": "node tools/sync-docs-changelog.js",
78
"reset": "rimraf .nx dist node_modules packages/**/node_modules tmp",
89
"build": "nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions",
910
"gen:local-network-context": "dotenvx run --env-file=.env -- node --conditions=import --import tsx packages/networks/src/networks/vNaga/shared/scripts/generate-abi-signatures.ts",
@@ -103,5 +104,6 @@
103104
},
104105
"workspaces": [
105106
"packages/*"
106-
]
107+
],
108+
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
107109
}

packages/contracts/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# @lit-protocol/contracts
2+
3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- release `naga-test` network support
8+
9+
10+
## 0.5.2
11+
12+
### Patch Changes
13+
14+
- initial release

0 commit comments

Comments
 (0)