Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Aug 31, 2021
1 parent 55115bb commit fc0c2bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"coverage": "lerna run coverage --stream && npm run coverage-collect",
"coverage-collect": "globcat packages/*/coverage/lcov.info > lcov.info",
"install": "lerna bootstrap --ci",
"ibt": "npm install && npm run build && npm test",
"bootstrap": "lerna bootstrap --no-ci",
"lint": "eslint . --fix && prettier -w \"**/*.{md,yaml,yml,json}\"",
"lint-ci": "eslint . && prettier -c \"**/*.{md,yaml,yml,json}\"",
Expand All @@ -28,9 +29,9 @@
"pub-version": "lerna version --conventional-commits",
"pub-version-pre": "lerna version --conventional-commits --conventional-prerelease",
"pub-version-grad": "lerna version --conventional-commits --conventional-graduate",
"pub": "npm install && npm test && lerna publish --conventional-commits",
"pub-grad": "npm install && npm test && lerna publish --conventional-commits --conventional-graduate",
"pub-next": "npm install && npm test && lerna publish --conventional-commits --conventional-prerelease --dist-tag next",
"pub": "npm run ibt && lerna publish --conventional-commits",
"pub-grad": "npm run ibt && lerna publish --conventional-commits --conventional-graduate",
"pub-next": "npm run ibt && lerna publish --conventional-commits --conventional-prerelease --dist-tag next",
"symlink": "node build_tools/bin/symlink.js packages test-packages",
"test-watch": "lerna run --parallel test-watch",
"test": "lerna run test && npm run test-schema",
Expand Down

0 comments on commit fc0c2bb

Please sign in to comment.