Skip to content

Commit ec0a7eb

Browse files
Build before release... (#9)
* Build before release... * Version bump
1 parent 692b661 commit ec0a7eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
registry-url: https://registry.npmjs.org
3232
- name: Install
3333
run: npm ci
34+
- name: build
35+
run: npm run build
3436
- name: Publish
3537
run: npm publish
3638
env:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-ld",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "A Vue.js wrapper for the LaunchDarkly SDK for Browser JavaScript",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)