Skip to content

Commit 8cfacc3

Browse files
SitesSites
Sites
authored and
Sites
committed
add build to package step
1 parent 86d142f commit 8cfacc3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
node-version: 12
2828
registry-url: https://registry.npmjs.org/
2929
- run: npm ci
30+
- run: npm run build
3031
- run: npm publish
3132
env:
3233
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
@@ -41,6 +42,7 @@ jobs:
4142
node-version: 12
4243
registry-url: https://npm.pkg.github.com/
4344
- run: npm ci
45+
- run: npm run build
4446
- run: npm publish
4547
env:
4648
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optum/json-schema-editor",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "JsonSchema Editor React Control",
55
"repository": "https://github.com/optum/jsonschema-editor-react",
66
"license": "Apache 2.0",

0 commit comments

Comments
 (0)