Skip to content

Commit

Permalink
Make preid next to match dist tag
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed May 21, 2020
1 parent a3d8f08 commit 569f82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"pretest": "yarn build",
"publish": "lerna publish --force-publish=\"*\"",
"publish-ci": "lerna publish -y --canary --preid ci --pre-dist-tag ci",
"publish-next": "lerna publish --force-publish=\"*\" --dist-tag next --preid rc",
"publish-next": "lerna publish --force-publish=\"*\" --dist-tag next --preid next",
"test": "yarn test-jest && yarn test-parser && yarn test-types",
"test-jest": "jest --runInBand --detectOpenHandles",
"test-parser": "nyc --reporter lcov tape packages/remark-mdx/test/index.js",
Expand Down

0 comments on commit 569f82f

Please sign in to comment.