forked from constructive-io/pgsql-parser
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlerna.json
More file actions
Latest commit
24 lines (24 loc) · 500 Bytes
/
Copy pathlerna.json
File metadata and controls
24 lines (24 loc) · 500 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"lerna": "6",
"conventionalCommits": true,
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
],
"packages": [
"packages/*"
],
"version": "independent",
"registry": "https://registry.npmjs.org",
"command": {
"create": {
"homepage": "https://github.com/launchql/pgsql-parser",
"license": "SEE LICENSE IN LICENSE",
"access": "restricted"
},
"publish": {
"allowBranch": "main",
"message": "chore(release): publish"
}
}
}