From 3976cc445e4c143bbab536c0e7964360385a7e82 Mon Sep 17 00:00:00 2001 From: Gabriel Piltzer Date: Thu, 3 Jun 2021 11:51:39 -0700 Subject: [PATCH] Publish v0.0.2 Add build step to publish workflow --- .github/workflows/publish.yml | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ac6d1303f..5ca19fcc0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: diff --git a/package.json b/package.json index 720729c3b..efba8e118 100644 --- a/package.json +++ b/package.json @@ -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",