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.
1 parent 16079a1 commit 5c8c6a1Copy full SHA for 5c8c6a1
package.json
@@ -47,7 +47,8 @@
47
"test:ci": "nyc jest --maxWorkers=$(nproc) --reporters=default --reporters=jest-junit",
48
"travis:integration": "npm run build && npm run test && npm run reportCoverage",
49
"travis:lint": "npm run build && npm run lint",
50
- "watch": "npm run build && tsc -w"
+ "watch": "npm run build && tsc -w",
51
+ "publish:monorepo": "lerna publish -m \"chore: monorepo version update\""
52
},
53
"husky": {
54
"hooks": {
0 commit comments