Skip to content

Commit b10f798

Browse files
author
Kyle Laker
authored
Merge pull request #182 from EasyDynamics/EGRC-492-package
Run Build in Packages Workflow
2 parents 9300ee7 + e607f27 commit b10f798

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gh-packages.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3838
- name: Build and Publish OSCAL Viewer
3939
run:
40-
cd example && npm ci && npm publish
40+
cd example && npm ci && npm run build && npm publish
4141
env:
42-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
42+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
43+

0 commit comments

Comments
 (0)