Skip to content

Commit cfcf008

Browse files
authored
Merge pull request #10 from CloudBoltSoftware/feature/CMP-900-add-prod-dev-workflow
Feature/cmp 900 add prod dev workflow
2 parents 70e26f2 + 33f09b4 commit cfcf008

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
- run: npm run test
2020

21+
- run: npm run build
22+
2123
- uses: JS-DevTools/npm-publish@v3
2224
with:
2325
token: ${{ secrets.NPM_TOKEN }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@cloudbolt/vue-component-library",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
4+
"license": "MIT",
45
"description": "CloudBolt component library",
56
"type": "module",
67
"files": [

0 commit comments

Comments
 (0)