Skip to content

Commit

Permalink
Avoid uploading major.minor to cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Dec 14, 2016
1 parent c4fa146 commit 68c1fbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
"cdn": "https://cdn.auth0.com",
"mainBundleFile": "lock.min.js",
"bucket": "assets.us.auth0.com",
"localPath": "build"
"localPath": "build",
"majorAndMinor": false,
"snapshot": false
}
}
2 changes: 1 addition & 1 deletion scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ npm run dist build

# Release
git checkout -b dist
bower_release
#bower_release
new_line
npm_release "$VERSION"
new_line
Expand Down

0 comments on commit 68c1fbe

Please sign in to comment.