Skip to content

Commit

Permalink
NPM publish:next
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Nov 5, 2018
1 parent 0f48e5f commit e3b260d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
"lint:md": "remark -q",
"lint:ts": "tslint -p . -c tslint.json -t stylish",
"publish": "lerna publish --exact --concurrency 1 --force-publish",
"publish:alpha": "npm run publish -- --npm-tag=alpha",
"publish:rc": "npm run publish -- --npm-tag=rc",
"publish:next": "npm run publish -- --npm-tag=next",
"repo-dirty-check": "node ./scripts/repo-dirty-check",
"start": "yarn --cwd examples/official-storybook storybook",
"test": "node ./scripts/test.js",
Expand Down

0 comments on commit e3b260d

Please sign in to comment.