Skip to content

Commit

Permalink
Publish v0.0.2
Browse files Browse the repository at this point in the history
Add build step to publish workflow
  • Loading branch information
gabriel-piltzer-trimble committed Jun 3, 2021
1 parent 85746b3 commit 3976cc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
scope: 'trimble-oss'
- name: Install dependencies
run: npm ci
- name: Run Stencil build
run: npm run build
- name: Publish GitHub Package
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": "@trimble-oss/modus-web-components",
"version": "0.0.1",
"version": "0.0.2",
"description": "Trimble Modus Web Component Library",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3976cc4

Please sign in to comment.