Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

Commit bd4289a

Browse files
fix(atlauncher-scripts): add in chokidar and fix linting
1 parent b2df5b3 commit bd4289a

File tree

4 files changed

+5931
-5821
lines changed

4 files changed

+5931
-5821
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"npm:prune": "lerna exec -- npm prune",
1010
"postinstall": "lerna bootstrap",
1111
"prepush": "npm run lint && npm run test",
12-
"publish": "lerna publish --conventional-commits --exact -m 'chore: publish %s'",
12+
"publish": "lerna publish --conventional-commits --exact -m 'chore: publish'",
1313
"publish:alpha": "lerna publish -m 'chore: publish release' --conventional-commits",
14-
"publish:beta": "lerna publish --conventional-commits --exact --npm-tag=next --cd-version=prerelease --pre-id=beta -m 'chore: publish %s'",
14+
"publish:beta": "lerna publish --conventional-commits --exact --npm-tag=next --cd-version=prerelease --pre-id=beta -m 'chore: publish'",
1515
"storybook:dev": "lerna run --scope @atlauncher/ui-components storybook:dev --stream",
1616
"storybook:publish": "lerna run --scope @atlauncher/ui-components storybook:publish --stream",
1717
"test": "lerna run test"

0 commit comments

Comments
 (0)