We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@nomadland/mono
1 parent 53cc2dd commit b260a6cCopy full SHA for b260a6c
package.json
@@ -19,7 +19,7 @@
19
"packages:diff": "lerna diff",
20
"packages:list": "lerna ls -l",
21
"register-vuepress": "lerna exec --scope vuepress -- yarn link",
22
- "release": "yarn lint && yarn build && yarn test && node scripts/release.js",
+ "release": "yarn lint && yarn build && mono release",
23
"remote-version": "node scripts/remote-version.js",
24
"show-help": "yarn workspace docs show-help",
25
"test": "node scripts/test.js",
@@ -47,6 +47,7 @@
47
"devDependencies": {
48
"@commitlint/cli": "^8.2.0",
49
"@commitlint/config-conventional": "^8.2.0",
50
+ "@nomadland/mono": "0.3.2",
51
"@types/escape-html": "^0.0.20",
52
"@types/fs-extra": "^5.0.4",
53
"@types/globby": "^9.1.0",
scripts/release.js
0 commit comments