Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #111 from andresmoschini/dbr-310-versions
Browse files Browse the repository at this point in the history
chore: fix release build
  • Loading branch information
andresmoschini committed May 20, 2019
2 parents 6872ffa + 1687f49 commit ab3e3ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build-n-release-w-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ docker run --rm \
/bin/sh -c "\
npm install -g gulp \
&& npm install \
&& gulp dist \
&& ./node_modules/.bin/semantic-release \
"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
{
"path": "@semantic-release/exec",
"__comment": "Running compile-prod here allow us to inject release version if need.",
"cmd": "echo ${nextRelease.version} > dist/version.txt && export pkgVersion=v${nextRelease.version} && npm run compile-prod"
"cmd": "echo ${nextRelease.version} > dist/version.txt && export pkgVersion=v${nextRelease.version} && gulp dist"
}
],
"publish": [
Expand Down

0 comments on commit ab3e3ec

Please sign in to comment.