Skip to content

Commit

Permalink
Merge pull request #11 from prometheus-community/versionning_auto
Browse files Browse the repository at this point in the history
Versionning auto
  • Loading branch information
Nexucis authored May 12, 2020
2 parents 99521df + 08b624e commit e6563f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:

- run: npm run lint


publish:
<<: *defaults
steps:
Expand All @@ -55,6 +54,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run: cp ~/repo/README.md ~/repo/lib/README.md
- run: cp ~/repo/package.json ~/repo/lib/package.json
- run: cd ~/repo/lib && npm version --no-git-tag-version ${CIRCLE_TAG}
- run: npm publish ~/repo/lib --access public

workflows:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-promql",
"version": "1.5.1",
"version": "0.0.0",
"description": "Bundle of promql language for the Monaco Editor.",
"scripts": {
"build": "mrmdir ./lib && tsc -p ./src/tsconfig.json",
Expand Down

0 comments on commit e6563f6

Please sign in to comment.