forked from qiwi/pijma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 950 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "lerna clean --yes && lerna run clean",
"build": "yarn clean && lerna run --stream build",
"watch": "lerna run --parallel watch",
"guide": "lerna run --concurrency=1 guide",
"guide_ci": "lerna run --concurrency=1 guide_ci"
},
"devDependencies": {
"@semantic-release/changelog": "3.0.2",
"@semantic-release/commit-analyzer": "6.1.0",
"@semantic-release/git": "7.0.8",
"@semantic-release/github": "5.2.10",
"@semantic-release/npm": "5.1.4",
"@semantic-release/release-notes-generator": "7.1.4",
"lerna": "3.13.1",
"semantic-release": "15.13.3",
"semantic-release-monorepo": "6.1.1",
"semantic-release-monorepo-hooks": "2.9.1",
"semantic-release-plugin-decorators": "2.0.0"
},
"name": "pijma",
"monorepoHooks": {
"afterAll": {
"cmd": [
"yarn run guide_ci"
]
}
}
}