Skip to content

Commit

Permalink
Build before release... (#9)
Browse files Browse the repository at this point in the history
* Build before release...

* Version bump
  • Loading branch information
benjamin-t-frost authored Sep 4, 2020
1 parent 692b661 commit ec0a7eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
registry-url: https://registry.npmjs.org
- name: Install
run: npm ci
- name: build
run: npm run build
- name: Publish
run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-ld",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Vue.js wrapper for the LaunchDarkly SDK for Browser JavaScript",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit ec0a7eb

Please sign in to comment.