Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jun 12, 2022
1 parent 793b271 commit 73595c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
echo "registry=https://registry.npmjs.org/" >> ~/repo/.npmrc
echo "@babashka:registry=https://registry.npmjs.org/" >> ~/repo/.npmrc
cp ~/repo/.npmrc ~/repo/ext/nbb-prismatic-schema
cp ~/repo/.npmrc ~/repo/ext/nbb-metosin-malli-schema
- run: bb ci:publish
- save_cache:
paths:
Expand Down
2 changes: 2 additions & 0 deletions bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
new-version (str major "." minor "." (inc (parse-long release)))
_ (replace-version "package.json" old-version new-version)
_ (replace-version "ext/nbb-prismatic-schema/package.json"
old-version new-version)
_ (replace-version "ext/nbb-metosin-malli/package.json"
old-version new-version)]
(shell "git add .")
(shell "git commit -m " new-version)
Expand Down

0 comments on commit 73595c5

Please sign in to comment.